Hello
In order to correctly sorting by a special column an IComparer had to be applied for sorting alphanumerical data:
The underlying data is sorted correctly however on GUI not the desired output is shown (paging enabled multisort disabled, doesn't matter if event handled in OnActionBegin/Complate handler - no effect)
desired output:
P3-A1,P3-A2,P3-A3...P3-A10,P3-A11,P3-B1....P3-B10,P3-B11.....
on GUI(incorrect): seen in ASC order
Could you write ideas how to see the ordered data correctly?