Search back with magnifying glass please?

Hi,
Before grid search option was magnifying glass but now magnifying glass is out. It little bit confusing. Could we bring back please?
Old grid search option
image

new Grid search option
image

Old one look like better than new one. Thanks!

Any additional info? What is the column type for these columns?

Its string and a number type of column but nowhere is showing magnifying glass. In number column its showing arrow but string filed nothing is showing.

Here is how it looks by default number and string filters (Numeric and TextBox components) in simple filter mode:

DropDown is used only for enums:

You have custom FilterTemplate for your columns?

Thank you so much for you reply. I'm using simple filter mode.
here not showing magnifying glass that I wanted. Old version has magnifying glass on search box. Thanks!
image

Indeed we don't have magnifying glass anymore by default for the new DataGrid component however you can place whatever UI is needed for your case in column FilterTemplate.

Hey there, thanks for the clarification.
I've just started to use radzen.
Could you please elaborate on how to do that within a FilterTemplate?
I can't find any example in the docs unfortunately :confused:

Check our demos - there are plenty of examples using FilterTemplate.

Thanks for the quick reply.

I've been looking around here: radzen-blazor/DataGridColumnFilterTemplatePage.razor at master · radzenhq/radzen-blazor · GitHub

These FilterTemplate examples are just using "simple" Dropdowns. I couldn't find a Demo where a Textbox is used inside of FilterTemplate. I also couldn't find an example where the UI appearance of the textbox (e.g. the mentioned magnifying glass) is altered or where a placeholder is defined.

I'd greatly appreciate if you could point me to an example where these points are covered.