Getting a DataSet of selected rows in a DataGrid
C#
2
Posts
1
Posters
0
Views
1
Watching
-
How can I get a dataset of selected rows in a DataGrid? It should get me the correct selected rows even if the grid is sorted on any one of the columns.
-
How can I get a dataset of selected rows in a DataGrid? It should get me the correct selected rows even if the grid is sorted on any one of the columns.
snnn wrote: How can I get a dataset of selected rows in a DataGrid? It should get me the correct selected rows even if the grid is sorted on any one of the columns. I am still looking forward for an answer. Would anyonr please help?