This is a migrated thread and some comments may be shown as answers.

Collapsing RadMenu after touch on mobile device

1 Answer 44 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 14 Jan 2016, 04:49 PM
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

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 18 Jan 2016, 08:18 AM
Hello,

We have fixed a similar issue - RadMenu's client API close() doesn't work when render mode is to Mobile, and the fix was released with our latest version Q1 2016. I would suggest you to test if the issue is fixed on your side with it.

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Menu
Asked by
Michael
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or