Hello,
In my wpf application I want to have RadRibbonGroup that has DefaultVariant set to Collapsed. When User clicks on button there appears Group content containing some settings including datetime picker and other buttons. The problem is that in typical scenario user will have to choose date from datepicker and then click some of other buttons from group content. Why it is a problem? Because after clicking single button or choosing date from datepicker, group looses focus and its content dissapears. User has to click on small group icon to show form again. So here is my question, is there any way to make group with DefaultVariant set to "Collapsed" content to hide only on group button press or ESC button, and not hide when it looses focus?
I attache screenshot in case if I didn't make myself clear. User needs to choose date from datepicker and after that press "Set device time" button, but after choosing date whole group will dissapear.