Posted
on Jan 17, 2012
(permalink)
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?