DataGrid Issue
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I have a datagrid developed in 2005.I am populating datatable with recordset and assigning the datatable to the datasource of grid.The data contains one parent and its child..so when i click on parent automatically its child will also be selected.Now if sort the grid based on any columns my entire selection logic will fail that means datatable is not updated as i sort the datagrid and hence my logic fails.How can i over come it.When i was searching the net i found that use some default view of grid then go for it ,but i am not clear on it.Can any one help me on this
Regards DilipRam