Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1110
Columns reorder on Group by reorder
posted

1. Run the attached code.

2. Group by "Abbreviation" and "IDName"  (shown as "A" in attached image file)

3. Now Drag "IDName" and move as first Group By. (result is shown as "B" in attached image file)

When we change the group by order, I also want to order the grid colums same as group by columns order. i.e. First time grid colums were in "Abbreviation, IDName, ID" order, when group by order changed (i.e.  "IDName" became first group by), it should show columns order as   "IDName, Abbreviation, ID"  (shown as "C" in attached image file)

Is this possible? 

ColsReorderOnGrpReOrder.zip