Hi,
I have a RadRibbonDropDownButton which has RadContextMenu set to its DropDownContent. My issue is after selection of any RadMenuItem we perform some action & dropdown gets closed but the focus is still set to the RadRibbondropDownButton due to which upon any other RadButton selection within the same RadRibbon doesn't not allow me select for the first click & upon next click the focus is lost for the RadRibbondropDownButton & things are normal.
Why does the RadRibbondropDownButton has this Focus issue?? I have read somewhere that: "Setting the RadContextMenu as direct content in DropDownButton could lead to various focus issues which need additional code to bypass. For direct content in Popups/DropDownContents its better to use RadMenu instead of RadContextMenu". I have replaced RadContextMenu with RadMenu but still issue persists.
Did someone faced the same issue??
Regards,
Deepthi