This is a migrated thread and some comments may be shown as answers.

Need to change "Filter" icon in grid columns

1 Answer 1085 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Faisal
Top achievements
Rank 1
Faisal asked on 05 Sep 2012, 07:42 AM
Hi,
Does any one know, how can I change the "Filter" icon that comes on grid columns when filtering is enabled ?
I have tried to change it but it appears that image is displayed dynamically by kendo during grid rendering.

Thanks

1 Answer, 1 is accepted

Sort by
0
Doogle
Top achievements
Rank 1
answered on 16 Oct 2012, 03:51 PM
In the kendo css files, they declare what to show.
Here is the rule in kendo.blueopal.min.css

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-callout, .k-progress, .k-progress-status, .k-column-menu .k-sprite
{
    background-image: url('BlueOpal/sprite.png');
}

You should be able to create a rule in your own css to override this one.
Tags
Grid
Asked by
Faisal
Top achievements
Rank 1
Answers by
Doogle
Top achievements
Rank 1
Share this question
or