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

Change filter icon

3 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 13 Aug 2009, 08:07 AM
Hi,

I know how to change the filter icon for one column in the grid.  Is there a property to change all of the filter icons in the grid?  I'd prefer to change it once for all columns rather than have to remember to set it on each relevant column.

Regards,

Jon

3 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 13 Aug 2009, 09:44 AM
Hello Jon,

You can change the background image of the filter row using css code as  shown below:
css:
.rgFilter 
  background:url('../images/Image1.gif') !important; 
}  
 

Thanks
Princy.
0
Jon
Top achievements
Rank 1
answered on 13 Aug 2009, 12:18 PM
Hi Princy,

Many thanks for that.  Works perfectly!

Even better I suppose than having a propery set on the grid ;)

Best Regards,

Jon

 

0
onkar
Top achievements
Rank 1
answered on 07 Oct 2009, 05:02 PM
Is it possible to move the filter image before the filter text box? if yes then could you please let me know code or method to do that?

Thanks
Onkar
Tags
Grid
Asked by
Jon
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Jon
Top achievements
Rank 1
onkar
Top achievements
Rank 1
Share this question
or