Change enabled Filter Icon color to be filled (not only the outline that turned blue)

Hello, I need this icon to be more eye catching when the filter is on.. can you help me maybe that the icon is turning into full blue or something? not just the outline when its on, but maybe all blue. thanks


1 Reply 1 reply marked as answer

RR Rajapandi Ravi Syncfusion Team August 30, 2022 02:37 PM UTC

Hi Bernadus,


Greetings from Syncfusion support


You can customize our default Filter icon as you want by defining the respective content value of the external CSS. Please refer the below code example, sample and documentation for more information.


 

<style>

    .e-grid .e-icon-filter.e-filtered::before {

        content: "\e796";

    }

</style>

 


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/sample-730246516.zip


For rendering the Custom icons, here the list of available icons for the grid, Please refer the below link for your reference


Documentation: https://ej2.syncfusion.com/documentation/appearance/icons/#available-icons


Regards,

Rajapandi R


Marked as answer
Loader.
Up arrow icon