hi
i have upgraded to the latest version of the controls and for some reason the expand arrow has dissapeared from the root level item where it was there before , is there any way of getting this back ?
here is the menu
see attached image for the visual differences , the first one is the new version , the second is the old.
i havent done any style modifications only updated the telerik controls version.
i have upgraded to the latest version of the controls and for some reason the expand arrow has dissapeared from the root level item where it was there before , is there any way of getting this back ?
here is the menu
<telerik:RadMenu ID="menu" runat="server" Width="100%" Skin="Metro" CssClass="MyMenu" EnableOverlay="true" EnableRoundedCorners="true" EnableShadows="true" OnItemClick="menu_ItemClick"> <Items> <telerik:RadMenuItem runat="server" Text="Xplore" Value="portal" NavigateUrl="../Default.aspx" > <GroupSettings ExpandDirection="Down" /> <Items> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="EAP" Value="eap" NavigateUrl="../EAP.aspx"> <GroupSettings ExpandDirection="Down" /> <Items> <telerik:RadMenuItem runat="server" Text="Find on Map" NavigateUrl="../FindOnMap.aspx?SRC=TOPRIGHT"> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Find on Grid" NavigateUrl="../FindOnGrid.aspx?SRC=TOPRIGHT"> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Search" NavigateUrl="../Search.aspx?SRC=TOPRIGHT"> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Data Tables" NavigateUrl="../DataTables.aspx?SRC=TOPRIGHT"> </telerik:RadMenuItem> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Data Direct" Value="DD" NavigateUrl="http://{dd}/ControlPanel.aspx"> <GroupSettings ExpandDirection="Down" /> <Items> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" IsSeparator="True" Text="|" Width="40%"> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Value="name" Text="Hello "> <GroupSettings ExpandDirection="Down" /> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Account"> <GroupSettings ExpandDirection="Down" /> <Items> <telerik:RadMenuItem runat="server" NavigateUrl="~/Admin/ChangePassword.aspx" Target="_self" Text="Change Password"> </telerik:RadMenuItem> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Help"> <GroupSettings ExpandDirection="Down" /> <Items> <telerik:RadMenuItem runat="server" NavigateUrl="http://{dd}/ContactUs.aspx" Target="_self" Text="Contact Us"> </telerik:RadMenuItem> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Logout" Value="logout" PostBack="true"> </telerik:RadMenuItem> </Items> </telerik:RadMenu>see attached image for the visual differences , the first one is the new version , the second is the old.
i havent done any style modifications only updated the telerik controls version.