or

Hi Telerik Team,
i am using radmenu in Master page.
when i try to click the radmenu item ,i am not able to fire the click event on radmenu.
i searched some forums in telerik in which the people were saying set the Autopostback property to True.
when i try to set the autopostback property ,that property is not showing in property box of radmenu control.
means i am not able to find the autopost back property in control.
Can you pls provide the solution for this issue.
<add key="Telerik.Skin" value="Metro" /><telerik:RadButton ID="rbCreateNew" runat="server" Text="Create New"> <Icon PrimaryIconCssClass="rbAdd" /></telerik:RadButton>function RemovePremium() { var menu1 = $find("<%= RadMenuUser.ClientID %>"); var menuItem1 = menu.findItemByText("Get Promo"); if (menuItem1) {menu1.trackChanges(); menu1.remove(menuItem1); menu1.commitChanges();} }
Please give your suggestions and help.
Berk.