D
Dvae c
I defined the source of a datagrid to a datatable. Because the
datagrid is actually bound to the default dataview, the data index
selected in the datagrid might not equal the actual datatable index
(i.e. if datagrid is sorted, filter applied).
Is there a way I can translate the datagrid selected index into the
proper datatable index value so as to get the correct data table row?
datagrid is actually bound to the default dataview, the data index
selected in the datagrid might not equal the actual datatable index
(i.e. if datagrid is sorted, filter applied).
Is there a way I can translate the datagrid selected index into the
proper datatable index value so as to get the correct data table row?