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

Filter feature in GridCheckBoxColumn

1 Answer 124 Views
Grid
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 25 Sep 2012, 12:27 PM
When enable AllowFilter for GridCheckBoxColumn, it will show a CheckBox and a RadFilter control. How can I remove the RadFilter and trigger the filter by checking or unchecking the CheckBox directly?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Sep 2012, 03:14 AM
Hi John,

Please check the code I tried to remove filter icon and trigger filter by checking and unchecking the CheckBox directly.

ASPX:
<telerik:GridCheckBoxColumn AllowFiltering="true" ShowFilterIcon="false" AutoPostBackOnFilter="true" UniqueName="IsTrue" DataField="IsTrue"></telerik:GridCheckBoxColumn>

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