Hi,
I visited the foll link http://www.telerik.com/community/forums/aspnet-ajax/menu/radmenuitem-onclient-events-anyone.aspx and realized that there are no click events for radmenuitems.
Following is the heirarchy of my menu items i need to handle click events for
<div style="color:Black"> <radM:RadMenu ID="RadMenu1" runat="server" OnClientLoad="onClientLoad" EnableEmbeddedSkins="False" Skin="Outlook" OnClientItemClosing="onClientItemClosing" EnableRoundedCorners="true" OnItemClick="RadMenu1_ItemClick"> <Items > <radM:RadMenuItem id = "lblWelcome" GroupSettings-Flow="Vertical"> <Items> <radM:RadMenuItem Text="SignOut" ImageUrl="../images/SignOut.gif" /> <radM:RadMenuItem id = "RadLanguageOptionMenu" Text="Set my language preference" ImageUrl="../images/MyProfile.gif" />
<items>
<radM:RadMenuItem Text="fr-FR" />
<radM:RadMenuItem Text="en-US" />
<items>
<radM:RadMenuItem Text="My Profile" ImageUrl="../images/MyProfile.gif" GroupSettings-Flow="Vertical" /> </Items> </radM:RadMenuItem> </Items> </radM:RadMenu> </div>1. Signout : onclicking signout it should navigate to home.aspx
2. for items (fr-FR, en-US etc) of "Select my language perference" on clicking fr-FR etc i need to display an icon besides it.
Kindly assist at your earliest.
Thank you,
Parthavi