Hi,
I have created a menu with menu items and further sub menu items under them.
Example:
I would like to add OnClientItemClicked only for the sub menu items like Add, Open, Cut and Copy but not for the main menu items like File and Edit. When I add the OnClientItemClicked to the RadMenu, it disables the properties of the menu. Any help will be appreciated.
Thanks,
Meera
I have created a menu with menu items and further sub menu items under them.
Example:
<telerik:RadMenu ID="RadMenu1" runat="server" EnableRoundedCorners="true" EnableShadows="true" ><Items> <telerik:RadMenuItem Text="File" AccessKey="F" > <Items> <telerik:RadMenuItem ImageUrl="~/Images/Address1.bmp" Text="Add" /> <telerik:RadMenuItem ImageUrl="~/Menu/Images/12open.gif" Text="Open" /> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem Text="Edit" AccessKey="E"> <Items> <telerik:RadMenuItem ImageUrl="~/Menu/Images/11new.gif" Text="Cut" /> <telerik:RadMenuItem ImageUrl="~/Menu/Images/12open.gif" Text="Copy" /> </Items> </telerik:RadMenuItem></Items></telerik:RadMenu>I would like to add OnClientItemClicked only for the sub menu items like Add, Open, Cut and Copy but not for the main menu items like File and Edit. When I add the OnClientItemClicked to the RadMenu, it disables the properties of the menu. Any help will be appreciated.
Thanks,
Meera