Posted 24 September 2024, 9:03 am EST - Updated 24 September 2024, 9:08 am EST
See attached sample: when setting the c1FlexGrid.GroupDescriptions before adding the rows, this worked in .664, but it results in broken grouping in .672:
this.c1FlexGrid.GroupDescriptions = new List<GroupDescription>() { new GroupDescription("MyGroupingCol", null) };
Sample: FlexGridColumnGrouping.zip
This is the broken result in .672:
It should look like this (working result in .664):
The workaround is easy: define “GroupDescriptions” after populating the grid. But I want to bring it to your attention, as it seems to be a regression.
Best regards
Wolfgang