Hey Bruno,
Cheers,
John
good morning John,
did you try with Grid.SortIndexes ?
When you click on column A you can do somthing like that
Grid.SortIndexes.Clear
Grid.SortIndexes.AddIndex(ColumnA,True);
Grid.SortIndexes.AddIndex(2ColumnnB,True);
Grid.QSortIndexed;
If i understand well ......
Regards
Daniele