ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: xyj1103 on April 18, 2017, 07:22:21 am
-
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
-
summary row can't be sorted because the following takes place in this order.
sorting on data rows -> grouping on data rows. -> availability of summary rows.
-
I see, thanks for your reply.