Unplanned
Last Updated: 20 Nov 2017 14:03 by ADMIN
ADMIN
Dimitar
Created on: 03 Oct 2017 09:59
Category:
Type: Bug Report
0
FIX. RadContextMenu - the context menu is not closed when the sub-menu is over the parent menu.
Use attached to reproduce.

Workaround:
private void Item_Click(object sender, EventArgs e)
{
    menu.DropDown.ClosePopup(new PopupCloseInfo(RadPopupCloseReason.CloseCalled,null));
}
0 comments