Posted 2 November 2023, 11:48 am EST
Hello!
I am creating subtotals in C1FlexGrid with this instruction Grd.Subtotal(C1.Win.C1FlexGrid.AggregateEnum.Sum, 0, -1, Grd.Cols[“DictationTime”].Index,“Total”)
It works fine, but when I sort by clicking on any column in the list, the column is sorted but the subtotal is lost.
what am I doing wrong?
Thank you so much!