WPF DataGrid cannot Add a row when datasource is empty
- by Trindaz
CanUserAddRows="True" only 'works' when there's already data in the itemsource of the data grid. If it just so happens that there are no rows in the original list of items, then the datagrid doesn't display a 'placeholder' row for entering new items, even though I've set CanUserAddRows="True". Why?!
Thanks in advance,
Trindaz