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

Binding RadDataFilter to Collection

1 Answer 64 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
Richard Harrigan
Top achievements
Rank 1
Richard Harrigan asked on 14 Jul 2013, 07:24 PM
Hi,

Would you please show a working example of a RadDataFilter using two way binding to the following collections.

Thanks
Rich

Namespace Filters.MyFilter
{
    class MyFilter
    {
        public static ItemPropertyDefinitionCollection ItemPropertyDefinitions = new ItemPropertyDefinitionCollection();
        public static CompositeFilterDescriptorCollection FilterDescriptors = new CompositeFilterDescriptorCollection();
    }
}

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 17 Jul 2013, 02:27 PM
Hi Richard,

I am afraid that this would not be possible since RadDataFilter's ItemPropertyDefinitions and FilterDescriptors collections are readonly.


Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataFilter
Asked by
Richard Harrigan
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or