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

avoid a specific column filter

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 13 Feb 2013, 12:32 PM
Hi
     I have set allow filteringbycolumn to true in my radgrid. I also have a gridcheckboxcolumn in my radgrid alongwith some boundcolumns. But I dont want to filter the checkboxcolumn. How can I avoid the specific column filter.
thanks 4 your help

Allen

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Feb 2013, 12:58 PM
Hi,

Try setting the AllowFiltering property of the GridCheckBoxColumn to False.

ASPX:
<telerik:GridCheckBoxColumn DataField="bitField" AllowFiltering="false">
</telerik:GridCheckBoxColumn>

Thanks,
Princy.
Tags
General Discussions
Asked by
Allen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or