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

ClickToOpen="true" not working

0 Answers 61 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Regula
Top achievements
Rank 1
Regula asked on 14 Jun 2018, 11:12 AM

Hi,

I'm using the property  ClickToOpen="true" in the RadMenu, but it is not working. When I click, the menu doesn't open. When not using the ClickToOpen="true"  the menu works correctly. I checked the browser console and no error is logged. 

 

<telerik:RadMenu RenderMode="Lightweight" runat="server" ID="RadMenu4" Style="z-index: 7" EnableRoundedCorners="true" ShowToggleHandle="true" EnableImagePreloading="true"
                       EnableShadows="true" EnableTextHTMLEncoding="true" CausesValidation="False" OnItemDataBound="RadMenu4_ItemDataBound" ClickToOpen="true">
                       <DataBindings>
                           <telerik:RadMenuItemBinding DataMember="Menu"
                               TextField="PageTitle"
                               NavigateUrlField="ControllerURL" />
                       </DataBindings>
                   </telerik:RadMenu>

 

Version: 2016.3.1018.45

 

 

Thanks for your help.

No answers yet. Maybe you can help?

Tags
Menu
Asked by
Regula
Top achievements
Rank 1
Share this question
or