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

Question about custom RadGridView filtering on a List<> field

1 Answer 40 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 03 Feb 2016, 03:42 PM

I have a RadGridView that I am trying to put a custom filter on. The field that I am trying to put the filter on is actually a List<string> field that I am formatting into a comma delimited list with a Converter object. If I have it set up that way, the RadGridView refuses to accept the CompositeFilterDescriptor object (using the Contains operator), but if I format the List<> to a comma delimited string before populating the GridView and forgo the Converter, it works fine.

 

Is there anything special you have to do when the field is a List<> or is it possible at all?

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 08 Feb 2016, 12:19 PM
Hi Mark,

In order to achieve your goal, you can try to implement the second approach described in this forum thread.

Regards,
Yoan
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Mark
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or