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

Command in the ComboBox

1 Answer 149 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Aprile Salvatore
Top achievements
Rank 1
Aprile Salvatore asked on 21 Jul 2009, 01:44 PM
Hi all,

I'm trying the combo box control for WPF.

How to attach a command at the selectionchange event ?

Thanks

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 23 Jul 2009, 08:28 AM
Hi Aprile,

RadComboBox for Silverlight does not implement ICommandSource yet, since we tried to match its standard counterpart as much as possible, without exceeding it with many features. This seems like a nice feature, I will log it for development and most probably you will be able to get it in one of the next internal builds of RadControls for WPF.

At the moment in order to raise a Command on SelectionChanged you need to inherit a new class from RadComboBox and implement ICommandSource.

Best wishes,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Aprile Salvatore
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or