Hi Support
I was able to bind combo according to this thread http://www.telerik.com/help/silverlight/raddatafilter-how-to-create-custom-filter-editors.html
but i don't know how to bind it to special value and Description, is there any idea?
<DataTemplate x:Key="ComboKind">
P.S. Item Source contain ID and Dsc
Thanks in advance
Mehri
I was able to bind combo according to this thread http://www.telerik.com/help/silverlight/raddatafilter-how-to-create-custom-filter-editors.html
but i don't know how to bind it to special value and Description, is there any idea?
<DataTemplate x:Key="ComboKind">
<telerik:RadComboBox DisplayMemberPath="Dsc"
SelectedValue="{Binding Value, Mode=TwoWay, FallbackValue=null}"/>
</DataTemplate>
P.S. Item Source contain ID and Dsc
Thanks in advance
Mehri