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

GridView Filtering

1 Answer 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ziad
Top achievements
Rank 1
Ziad asked on 19 May 2009, 12:09 PM
Hello,

I implemented a control containing a Rad GridView and a text box for instant filtering (similar to your sample examples). I noticed that the custom filtering overrides the filtering set by the drop-down filter (contained on the column headers) menus. From what I understood, the custom filter solution that you provide in the examples alters the GridViewDataControl.FilterDescription property which is used by the drop-down filters on the column headers. Is it possible to have both filters working together? Or is it at least possible to switch back and forth between these two filtering methods?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 25 May 2009, 03:40 PM
Hello Ziad,

The custom filtering example indeed overrides the filtering set from UI but that is because the example is constructed in such a way - you are not required to to that. You can have both custom and default filtering working side-by-side.
I have prepared a small demo application that demonstrates this approach.
Hope this helps.

Greetings,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Ziad
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or