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

Binding ComboBox in DataFilter

1 Answer 48 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
Mehri
Top achievements
Rank 1
Mehri asked on 25 Sep 2011, 05:22 AM
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">

<telerik:RadComboBox DisplayMemberPath="Dsc"

                     SelectedValue="{Binding Value, Mode=TwoWay, FallbackValue=null}"/>

 

</DataTemplate>


P.S. Item Source contain ID and Dsc

Thanks in advance 
Mehri

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 26 Sep 2011, 09:27 AM
Hello Mehri,

Please, take a look at this.

Kind regards,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DataFilter
Asked by
Mehri
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or