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

Request: FilterMemberPath

1 Answer 191 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 07 Feb 2010, 08:40 AM
Hi,

In my gridviewcolumns I can set a sortmemberpath and a groupmemberpath, what I'm missing is something like a FilterMemberPath.
Is it possible to implement this? This would be very helpful in a lookup value scenario.

Best regards,
Thomas.

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 08 Feb 2010, 01:02 PM
Hi Thomas,

Filtering is quite different from sorting and grouping and that is why we have chosen not to provide a property like this. Custom filtering is done by creating a custom filtering control. Inside this control you will have total control over what fields you are filtering on. They can be any, unlike with the built-in filtering control which always filters using the column's data field.

To see two such custom filtering controls in action, please check out our online demos. Look for the "Custom Filter Controls" example.

To learn how to build one of your own, please follow my step-by-step tutorial Custom Filtering with RadGridView for Silverlight. Since we are sharing the same code-base for both WPF and Silverlight, this blog post is relevant for WPF as well. Everything will be exactly the same.

I hope this helps.

Greetings,
Ross
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
GridView
Asked by
Thomas
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or