The button next to the textbox in the filter row column is not showing the filter icon. I can recreate this with a brand new angular 16 standalone project and add the most basic grid with filtering. The filter row looks like the below. Notice the icon to clear filters shows, but the icon on the dropdown doesn't. When I inspect, it looks like the clear button that works is using an SVG but the other is trying to use a span with class k-i-filter class which doesn't seem to be working.
Hi all,
Please make sure the latest version of the packages are being used:
For all @progress/kendo-angular-{{pacakgeName}} the latest version is 14.1.0 (at the time of writing the response).
For all themes @progress/kendo-theme-{{themeName}} the latest us 7.0.2
Use the following script to update all Kendo-related packages:
npx npm-check-updates --upgrade --filter "/@progress.*/"
https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/#toc-updating-to-latest-versions
The components have used SVG icons as default icons since R2 2023:
https://www.telerik.com/kendo-angular-ui/components/icons/icon-settings/
In case font icon type is preferred, follow the instructions from this section and continue to use font icons only:
https://www.telerik.com/kendo-angular-ui/components/icons/icon-settings/#toc-using-font-icons
In v7 of the themes we detached the font icons from the package:
https://github.com/telerik/kendo-themes/releases/tag/v7.0.0
Now if anywhere in the app, font icons are used, the developer needs to install the font icons package:
https://www.telerik.com/kendo-angular-ui/components/styling/icons/#toc-loading-icons-through-precompiled-css
Let me know how it goes.