Hi Team,
I am trying to find a good grid control for my new project, so I downloaded a evaluation version of PQ Grid and tested it, I found it's very good, it almost covers all my requests for grid. Now I have only one last request for grid, I want to sort summary rows after grouping, could you kindly tell me how to implement it ?
For example:
I have three columns in my grid, "PN"、"Program" and "Quantity", and multiple "PN" belong to a program. After grouping by Program, I try to sort "Quantity" column, I found that grid only sorts the data rows, but the summary rows haven't been sorted.
Thank you