Hello,
When I use custom SfComboBox filters with a ValueChange event that sets a FilterByColumn() to the grid and later clear the filtering using ClearFilterin() the grid does not display records (it shows the "No records to display" message).
I have a DataManager for the grid that fetches remote data from a controller that is scaffolded by the Syncfusion scaffolding. But the controller does not even get called when the ClearFiltering() method is invoked.
When I use the filters on the grid itself and when the filter is cleared using the built-in functionality, then the server controller gets called and the grid refreshes normally with all the data.
The problem arises when i programmatically call the FilterByColumn() and then ClearFilterin() methods.
Using Blazor version 19.4.0.52
Regards,
Slobodan