Filter Data Grid with one TextBox

Hello I am having trouble figuring out how to implement one text box to filter a data grid. Any idea how I could about it?

It’s part of our templates for both Radzen and Radzen Blazor Studio - both products have free community versions.

1 Like

I really appreciate the help that saved me time and energy!

I have one more question in regards to the Query builder. I am using MS SQL. When searching through the data using the text box, I seems like the text box is case sensitive. Is there a way I can make it insensitive like the datagrid?

You can use ToLower() to have case insensitive filter: