The filter is being applied once you input something in the textbox due to an external stateHasChanged being triggered to update the data source of the datagrid.
Is there a way to force the filter to apply only when the advanced filter apply button is clicked.
I would like to have the functionality to enter the desired filter without it being applied until the apply button is clicked, and having the dataSource of the grid being changed in the background.
1 Like