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

Change the filter icon image

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryann
Top achievements
Rank 1
Ryann asked on 27 Jan 2014, 12:51 PM
Hi
Is it possible to change the filter icon image?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Jan 2014, 12:58 PM
Hi Ryann,

You can set image for the filter icon using the following CSS in your RadGrid:

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

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