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

Menu scroll arrow close the Panel when I release the mouse button

3 Answers 48 Views
Menu
This is a migrated thread and some comments may be shown as answers.
ezequiel
Top achievements
Rank 1
ezequiel asked on 27 Feb 2020, 03:02 PM

I've a RadSplitter with a left panel and right panel, and in the right panel i've a RadMenu. 

The problem si that, in the scroll of RadMenu item, i can click and hold the down arrow to scroll faster and  when i scroll all the way to the bottom of the list, the left panel disappears when i let go of the mouse button.

I don't understand what relationship there can be between one thing and another.
Any suggestions to solve the problem?

 

 

3 Answers, 1 is accepted

Sort by
0
ezequiel
Top achievements
Rank 1
answered on 27 Feb 2020, 06:35 PM
I would like to add that this happens when the _onLinkMouseUp event is executed on any menu item, without first clicking.
0
ezequiel
Top achievements
Rank 1
answered on 28 Feb 2020, 02:09 PM
Now I also found that in each click on the menu, the left panel disappears and reappears during the postback.
This began after migrating from Telerik 2014 to 2020.
0
Peter Milchev
Telerik team
answered on 03 Mar 2020, 09:20 AM

Hello,

There was a bug in the Visual Studio Extensions for version R1 2020 where the Upgrade wizard would set the Lightweight render mode as the default, instead of Classic. You can verify that by using the script from Determine mixed RenderModes:

If this is the case, please remove the following line from all the appSettings sections in the web.config files you have where you did not intentionally set this:

 <add key="Telerik.Web.UI.RenderMode" value="lightweight"/>

If the issue persists, try to downgrade to the old version and check if the behavior changes.

If there are any other changes you have made in your code apart from upgrading the Telerik version, please prepare a simple example with a simple Splitter and Menu and attach them in an official support ticket. That would allow us to run and investigate your exact scenario and provide more accurate and specific suggestions to resolve this issue. 

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Tags
Menu
Asked by
ezequiel
Top achievements
Rank 1
Answers by
ezequiel
Top achievements
Rank 1
Peter Milchev
Telerik team
Share this question
or