When the ribbon group is in collapsed mode and it contains a combo box, how can I prevent the group from closing when an item in the combo box is selected? It's causing some unwanted behavior due to other events attached to the combo box, which doesn't happen when the group is not collapsed.
2 Answers, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 09 May 2016, 06:11 AM
Hi Geoffrey,
In order to prevent the collapsing of the group when an item from the RadRibbonComboBox is selected you can subscribe to the SelectionChanged event of the RadRibbonComboBox and handle the event. This way the event will not bubble to his parent, which in your case is the ribbon group.