Thanks for your response.
But your sample keeps the index.
In my case, I would like to to have the same datarow (not the row index) selected after sort action.
>Hi Simon,
There is no built-in support for this. If you want to keep selection on current row after the sort changes in DataBoundGrid, you would have to derive the GridDataBound control and override the SortColumn Method to acheive this. Please refer to the attached sample for more details and let me know if this helps.
http://websamples.syncfusion.com/samples/Grid.Windows/GDBGKeepSelectionOnSort/main.htmBest regards,
Haneef