Having trouble getting the radmenu to collapse after
menu-item selection of certain items from the client side only on mobile.
I have tried adjusting the css of the popup class and this in js.
OnClientMenuItemClicked and ..Clicking
var menu = $find('RadMenu_TeamPage');
menu.close();
Is there any way to programmatically close the menu on a mobile device from the clientSide
I have tried adjusting the css of the popup class and this in js.
OnClientMenuItemClicked and ..Clicking
var menu = $find('RadMenu_TeamPage');
menu.close();
Is there any way to programmatically close the menu on a mobile device from the clientSide