Replied 7 April 2021, 11:25 pm EST
You did not quite understand me correctly.
The example applies a filter to an instance of the "ISupportFiltering" interface. The instance is named "filtering". This line:
await filtering.FilterAsync(FilterExpression.Combine(FilterCombination.And, filters.ToArray()));
The main table is called "grid" and is an instance of the FlexGrid class.
How the created filter, which was applied to the instance of the "ISupportFiltering" interface, is applied to the main table of the FlexGrid class?
P.S. I interest the code, not the visual part.