This question is locked. New answers and comments are not allowed.
hi,
I would like to use a filterdescriptor in my grid. I've tried to use this way:
SomeBinding is a property in my ViewModel. But unfortunatly I get an error saying that the IsEqualTo operator is not compatitable with String and Binding.
Any suggestions?
I would like to use a filterdescriptor in my grid. I've tried to use this way:
<telerik:RadGridView.FilterDescriptors> <telerik:FilterDescriptor Member="NumerKonta" Operator="IsEqualTo" Value="{Binding SomeBinding}"/> </telerik:RadGridView.FilterDescriptors>Any suggestions?