I am using Visual Studio .NET 2003. I have created a datagrid in a form, and I have bound it to a datatable of a dataset.
The datagrid at the begginning is sorted by one of the columns. At this point, is not difficult to find in which row of the dataset is found the data grid row that the user selects. But if he sorts the datagrid by another column of the datagrid, how can I find the exact row in dataset that he selects?
Thanks in advance for any help
The datagrid at the begginning is sorted by one of the columns. At this point, is not difficult to find in which row of the dataset is found the data grid row that the user selects. But if he sorts the datagrid by another column of the datagrid, how can I find the exact row in dataset that he selects?
Thanks in advance for any help