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

How Change the RadGrid Filter Icon

1 Answer 267 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 19 Jan 2014, 07:16 AM
Hi,
          I want to do change the RadGrid Filter Icon how can do it. please provide demo example.

Thanks,
Rahul

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Jan 2014, 03:19 AM
Hi Rahul,

You can achieve this by overriding the default CSS like below.

CSS:
<style type="text/css">
    .RadGrid .rgFilter
    {
        background: url(../RadGrid/Image/filter.jpg) !important;
    }
</style>

Thanks,
Princy
Tags
Grid
Asked by
Rahul
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or