RadzenDataFilter Get Filters

Is there a way to retrieve the filters specified by the user in the RadzenDataFilter component? I would like to use this data to filter data on the server side.

This demo might help you:

The example is about the filters of the RadzenDataGrid component. I would like to retrieve the filters from the RadzenDataFilter component, as shown in the image above.

There is a new ToFilterString() extension method added recently that can be used similarly to the demo I've shared in my previous post:

1 Like