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

Hiding filter row for a specific coumn

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 09 Sep 2008, 07:51 PM
Hi,

I have added a selection column (using a checkbox) to a RadGrid with filtering enabled.
The problem is, that the filter row is displayed also on that selection row which I definetly don't want. Is there a way to prevent the filter row to be drawn on that column?

EDIT: Ok, I just found the property I was looking for. Sorry for bothering ...

Best Regards,
Robert

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 10 Sep 2008, 06:00 AM
Hello,

Set AllowFiltering to false to disable filtering.

<telerik:GridBoundColumn DataField="ProductID" DataType="System.Int32" HeaderText="ProductID" 
    ReadOnly="True" SortExpression="ProductID" UniqueName="ProductID" AllowFiltering="false"
</telerik:GridBoundColumn> 

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Robert
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or