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

change the filter icon image in radgrid

1 Answer 185 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryann
Top achievements
Rank 1
Ryann asked on 08 May 2014, 11:48 AM
Hi.
how to change the filter icon image in radgrid. I want to set a different icon image.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 May 2014, 11:52 AM
Hi Ryann,

You can set the desired image for the filter button in its CSS class as below:

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

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