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

ShowFilterIcon="false"

1 Answer 99 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Shweta
Top achievements
Rank 1
Shweta asked on 30 Sep 2011, 08:20 AM
I want to hide the filter icon and default the filtering to equals to function. But ShowFilterIcon is giving error stating that ShowFilterIcon is not a valid attribute of telerik radgrid.

Please help.
Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 30 Sep 2011, 09:46 AM
Hi Shweta,

To hide the filter icon for specific column in RadGrid you can use the ShowFilterIcon property of the GridColumn object as shown below:
<telerik:GridBoundColumn DataField="EmployeeID" HeaderText="EmployeeID" ShowFilterIcon="false" />

Best wishes,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Filter
Asked by
Shweta
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or