Sorting and record Selection problem in GridView
Hello,
I have GridView control with "AutoGenerateSelectButton", "AllowPaging" and "AllowSorting" properties set to TRUE. All of those features are working fine till the moment I click Sort on any column. The Select row command return the index of the row originally created when the Grid control has been populated with the data (Another words, it will display the data for the record that was originally in that row before the Sort command). Any ideas to solve this issue will be appreciated?
Thanks,
Dmitriy
|