This question is locked. New answers and comments are not allowed.
My list collection is populated with rows. Each row has fields...
The datagrid only shows the first row in the list.
Note that the datagrid.itemsSource does have the rows but only the first row is shown in the datagrid.
Do you knoiw why please?
gridMain.ItemsSource = results;
Thanks
The datagrid only shows the first row in the list.
Note that the datagrid.itemsSource does have the rows but only the first row is shown in the datagrid.
Do you knoiw why please?
gridMain.ItemsSource = results;
Thanks