Hi,
made it reproducible with the modified filterbar sample. The problem is the performance optimizations you sent me in another thread.
If you take out these lines, it works fine:
this.gridGroupingControl1.InvalidateAllWhenListChanged = false;
this.gridGroupingControl1.AllowedOptimizations = Syncfusion.Grouping.EngineOptimizations.All;
this.gridGroupingControl1.CounterLogic = Syncfusion.Grouping.EngineCounters.YAmount;
this.gridGroupingControl1.UseDefaultsForFasterDrawing = true;
this.gridGroupingControl1.TableOptions.ColumnsMaxLengthStrategy = GridColumnsMaxLengthStrategy.FirstNRecords;
this.gridGroupingControl1.TableOptions.ColumnsMaxLengthFirstNRecords = 50;
this.gridGroupingControl1.Engine.CacheRecordValues = false;
this.gridGroupingControl1.UseLazyUniformChildListRelation = true;
Just run the application together with the datasource from your samples. Filter by first columns a couple times by different values. After 2-3 times the applications hangs, the filterbar text remains empty.
I need these performance improvements as in the grid our customers will load between 100 and 100000 (and more) rows with each 2-10 eembedded rows in the nested tables.
Regards,
Christian
filterbar_demo_modified_9b4f725d.zip