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

Disable filtering in columns

1 Answer 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 31 Dec 2012, 07:10 AM
Hi,
  I have a problem setting the allowfiltering to true in radgrid. Filtering is appearing in all the columns. How do I disable filtering in the first 2 bound columns.

thanks
Allen

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Dec 2012, 07:15 AM
Hi,

Please try setting the GridBoundcolumn property AllowFiltering to False.

ASPX:
<telerik:GridBoundColumn  AllowFiltering="false" UniqueName="Number" DataField="Number" HeaderText="Number"></telerik:GridBoundColumn>

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