Change filter Icon on kendo-data-query

1 Answer 385 Views
Data Query Filter  FontIcon Grid Styling Styling / Themes Wrappers for React
Mariana
Top achievements
Rank 1
Mariana asked on 25 Apr 2022, 05:32 PM | edited on 25 Apr 2022, 10:32 PM

Hi, I am using filterBy from @progress/kendo-data-query to allow filtering of the data displayed in my kendo-react-grid. For more intuitive UI, i'd like to change the icon for this from a filter to a search magnifying glass. Is this possible? I saw some other Q/As related to this but they all suggested editing the css.... my file uses makeStyles instead for styling so I wasn't sure how to proceed. Let me know if you have suggestions for how to do this. 

 




1 Answer, 1 is accepted

Sort by
1
Accepted
Konstantin Dikov
Telerik team
answered on 25 Apr 2022, 06:46 PM

Hello Mariana,

You can try to load GlobalStyles to override the "content" of the filter icon ":before" selector with a different icon from our icon fonts:

For your convenience, I have prepared a simple example demonstrating how you can use GlobalStyles to change the icon:

As for the makeStyles, I am not sure if there is a way of adding global styles in a similar manner, but the idea is to add custom CSS that overrides the content of the icon.

 

Regards,
Konstantin Dikov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Mariana
Top achievements
Rank 1
commented on 25 Apr 2022, 10:28 PM | edited

thanks so much! adding global styles worked
Tags
Data Query Filter  FontIcon Grid Styling Styling / Themes Wrappers for React
Asked by
Mariana
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or