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

Modify Filter Behavior

1 Answer 115 Views
GridView
This is a migrated thread and some comments may be shown as answers.
TWade
Top achievements
Rank 1
TWade asked on 18 Aug 2010, 01:11 AM
I am trying to change the filter element behavior of a ComboBoxColumn. I would like the ComboBoxColumn filter element to behave identical to the filter element for a TextBoxColumn. I need the filtering to be textbased instead of a drop down and I need the DisplayElement to be filtered as opposed to filtering the ValueMember. Is this possible?

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 23 Aug 2010, 12:35 PM
Hi TWade,

Thank you for writing.

In general you can implement filtering by DisplayMember through the CustomFiltering event. However, we do not support changing the default combo box editor for a filter cell, and use it in this event. You can only implement this by using a separate editor (common RadTextBox control for example). We are aware of this known limitation: support of custom filtering will be extended to provide this functionality in one of the future releases. For the time being, you have to use a text editor placed outside  the grid.

Let me know if you have any additional questions.

Sincerely yours,
Martin Vasilev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
TWade
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or