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?
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I modified the sample you have sent us, so now it has the functionality you want. Basically I handled the Grouping event and in its handler I reorder the Fields per your requirement.
Feel free to write me if you have further questions.
Hi Ifragistics Support
Thanks