Feature request: DataGrid built-in search by all columns similar to DataTables #749

Open
opened 2026-01-29 17:42:48 +00:00 by claunia · 0 comments
Owner

Originally created by @marekott on GitHub (Feb 27, 2023).

Is your feature request related to a problem? Please describe.
In Datatables there is a neat feature of search input not related with any specific column but rather whole table. It allows to provide multiple words as inputs delimited with space. All rows containing all of the provided inputs are shown after confirming. Since we are migrating from Datatables to Radzen components it would be great if this feature was also available in you library without need to implement it by ourselves.

Describe the solution you'd like
image

image

https://datatables.net/

Describe alternatives you've considered
This feature was already available in our application so we can't drop its support after migrating to Radzen components. Since it's not implemented in you library the only solution for now would be to write this input search ourselves. I'm sure this is a great feature and lot of people would appreciate and use it.

Originally created by @marekott on GitHub (Feb 27, 2023). **Is your feature request related to a problem? Please describe.** In Datatables there is a neat feature of search input not related with any specific column but rather whole table. It allows to provide multiple words as inputs delimited with space. All rows containing all of the provided inputs are shown after confirming. Since we are migrating from Datatables to Radzen components it would be great if this feature was also available in you library without need to implement it by ourselves. **Describe the solution you'd like** ![image](https://user-images.githubusercontent.com/46067021/221509564-9664dac9-33d3-4b3d-b799-44d099597d31.png) ![image](https://user-images.githubusercontent.com/46067021/221509453-7afdd0f5-ff94-4f14-9ee4-6e5de1551934.png) https://datatables.net/ **Describe alternatives you've considered** This feature was already available in our application so we can't drop its support after migrating to Radzen components. Since it's not implemented in you library the only solution for now would be to write this input search ourselves. I'm sure this is a great feature and lot of people would appreciate and use it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#749