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

Issue with IsDropDownOpen property

2 Answers 97 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
flyingelvis
Top achievements
Rank 1
flyingelvis asked on 17 Jan 2012, 11:38 PM
I have a radGridView, when the radGridView SelectionChanged event fires off, I need to set a combo to IsDropDownOpen = true;  

The issue is that the IsDropDownOpen property is being set but the combo will not remain dropped down when the grid selection is changed using a mouse click.

The combo will remain dropped down when the grid selection is changed using the keyboard.

Either selection method calls the same method to set the IsDropDownOpen property.

I am using the 2011 - Q3 version of the wpf controls.

Any Ideas?

2 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 19 Jan 2012, 02:16 PM
RadComboBox will automatically close its dropdown when the user clicks on other control or window and there is no easy way to workaround this behavior.

All the best,
Valeri Hristov
the Telerik team

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

0
flyingelvis
Top achievements
Rank 1
answered on 19 Jan 2012, 04:55 PM
using the same SelectionChanged event on a pair of combo's I can force the second combo to open.  What is the difference between the two scenarios?
Tags
ComboBox
Asked by
flyingelvis
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
flyingelvis
Top achievements
Rank 1
Share this question
or