Posted 1 October 2019, 6:51 am EST
Hi,
It looks like filtering causes issues with the grouping.
I am taking the AnalyzeNew example (in v4.5.2\C1FlexGrid) that you provided, and have just added the filtering on the first table (_flexDataTable.AllowFiltering = true;).
If I filter on the productName, first of all, I am surprised some empty groups still get displayed.
Then I update one visible cell (the order date of an existing row for instance). Once I press enter, the whole grid changes and is now showing unexpected cells.
If I then remove the filter, I can see cells that are not inside any grouping, whereas I was expecting to get back to the initial records. The grid is completely wrong.
If I update one cell again, then the whole grid is back to normal.
I have enclosed an example. Can you please have a look ?
Thanks