Multiple Field Search Form

How would one create a search form that has multiple fields and reviews all of the forms that have parameters entered? For example, if there are fields that allow the user to specify the Created Date, the Status, and the Assigned User, it would return records matching the date entered as Created Date, the status entered as Status, and records assigned to the selected Assigned User. If one or more field is left blank, it would not filter based on that field.

This shows how to create a single-field search, but Iā€™m looking to add additional fields to further filter. https://www.radzen.com/documentation/search-datagrid-textbox-button/

Hi Chadrick,

I've made for you small example app to illustrate how this can be achieved:


You can filter the DataGrid component by City and Country and you can change the filter operator.

Best Regards,
Vladimir

1 Like