TAdvStringGrid - Sort - Checkbox

Hallo,

I have the following issue.
My grid is sortable. Sorting works just fine.
My first col contains a checkbox.

If check the checkboxes of some of the rows an sort the table (eg. by name) the checkboxes remains at their places. Their order doesn't change.

Is there a way to change the correct order of the checkboxes, if the grid is sorted?

Regards Benno

Make it a data checkbox type, then the cell will contain either value grid.CheckTrue or grid.CheckFalse and sorting will be performed against this data and will thus be sorted according to the checkbox state.