I am having difficulty sorting my flexgrid in the appropriate manor.
I have a fixed column and 5 non-fixed columns. If I sort,
C1FlexGrid1.Sort(SortFlags.Descending, 4)
my fixed column is sorted as well. I would like to leave the fixed column un-sorted. For the life of me, I can’t figure this one out.
Thanks