TAdvStringGrid Row Selections and Sorting

Hi

I have a TAdvStringGrid with multi-row selection enabled.

When the user clicks a column header to sort the grid, the selected rows stay the same - they don't stick with the previously selected records...

The same happens when the grid is grouped - the same rows are selected but not the previously selected records.

Is there a setting to make the selections stick with the records?

Andy

Can you set
grid.Navigation.MoveRowOnSort = true

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.