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

[Solved] How to change the Filter Control??

1 Answer 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
shahid Aleem
Top achievements
Rank 1
shahid Aleem asked on 06 Mar 2010, 06:16 PM
Hello i want to change the image which comes default in Radgrid Filter Control to Filter Control.

Please tell me.

Thanks.
Here i have attached an image which is default filter option. I want the Filter Control.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Mar 2010, 06:34 AM

Hello Shahid,

In order to change the filtering image, use the FilterImageUrl property of the corresponding grid column (either declaratively or programmatically).

ASPX:

 
<telerik:GridBoundColumn FilterImageUrl="../Images/filterIcon1.gif" DataField="CustomerID" HeaderText="CustomerID" UniqueName="CustomerID">  
</telerik:GridBoundColumn> 

Regards,

Shinu.

Tags
General Discussions
Asked by
shahid Aleem
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or