F
Filip De Backer
Hi,
I've bound a dataset to a datagrid.
The datagrid has 4 columns.
When I change the sort order of the data by clicking on a
certain column, is the sort order of the dataset also
change.
Because when you click on a cell in the datagrid you can
have the index with myDataGrid.CurrentRowIndex. Is this
index of the selected row in the datagrid the same index
as the index of the corresponding record in the table of
the dataset?
thanks,
Filip
I've bound a dataset to a datagrid.
The datagrid has 4 columns.
When I change the sort order of the data by clicking on a
certain column, is the sort order of the dataset also
change.
Because when you click on a cell in the datagrid you can
have the index with myDataGrid.CurrentRowIndex. Is this
index of the selected row in the datagrid the same index
as the index of the corresponding record in the table of
the dataset?
thanks,
Filip