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

Using commands to switch the selection

1 Answer 63 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
H.-G.
Top achievements
Rank 1
H.-G. asked on 25 May 2011, 09:16 AM
Hi,

i am trying to change the selection of a RadComboBox with seperate Buttons.
One to select the previous entry in the RadComboBox and one to select the next.
Is there a way to do that with build-in commands?
Or is there another possibility to do that without Code-Behind?

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 26 May 2011, 02:52 PM
Hi H.-G.,

RadComboBox does not have built in commands for changing the selection. If you are data-binding RadComboBox to some ViewModel you could use a DelegateCommand to set the properties in the ViewModel.

Regards,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
H.-G.
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or