Hi Gabe,
Since I assume you are asking for both - WPF and Silverlight, I will give you the solution for both:
WPF: You can bind the property without any problems, for example:
As for Silverlight you will need a work-around to make it work: bind the attached property to the
Tag property and then the
SelectedValuePath to the Tag, for example:
However, this seems like a not very good practise, so I would recommend you to data bind your RadComboBox and avoid binding to the attached property.
Greetings,
Konstantina
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>