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

Bind the filter in grid

2 Answers 186 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Avi Avni
Top achievements
Rank 1
Avi Avni asked on 27 Jun 2011, 03:16 PM

Hello

I trying to bind the value of the filter to property in VM

 

This not working

 

<rad:RadGridView.FilterDescriptors>

    <rad:CompositeFilterDescriptorCollection>

              <rad:FilterDescriptor Member="Married" 

                          Operator="IsEqualTo" 

                          Value="{Binding SomeKey}" />

     </rad:CompositeFilterDescriptorCollection>

 </rad:RadGridView.FilterDescriptors>

 

What is the problem?  

 

Best  regards

Ehud

 

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 29 Jun 2011, 05:04 PM
Hi Ehud Pinchas,

May you please refer to this forum post ? You may download a sample project on this topic there as well.

Best wishes,
Didie
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
0
Alexandru
Top achievements
Rank 1
answered on 12 Jan 2016, 09:12 AM
Value is not a dependency property, thus you cannot use binding with it.
Tags
GridView
Asked by
Avi Avni
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Alexandru
Top achievements
Rank 1
Share this question
or