populate datagrid using a list collection [modified]
-
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
modified on Tuesday, February 22, 2011 4:14 AM
-
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
modified on Tuesday, February 22, 2011 4:14 AM
-
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
modified on Tuesday, February 22, 2011 4:14 AM
could the values for the first row is valid data and did u set datacontext property of the grid?