_loadChildrenFromWebService() is a good client-side way of 'pre-caching' downlevel menu items while its being expanded. I would like this method to have a fully supported, external method, so that it might be maintained in future releases (it was broken in Q3 2012 for Android browsers for instance). Additionally, it would be useful to avoid round trips, if it could work from a set of RadMenuItems, so that several RadMenuItems could have their children populated in a single request to the server.
Add the possibility to use radmenu with lava lamp effect. Example: http://www.queness.com/resources/html/lava/index.html
Telerik RadMenu seems not supported in IE 10, we have telerik dll version 2010.3.1317.20 We have submenus which are not getting open when hover over the menus. Even main menus not getting open automatically when hover, it needs to keep on moving the cursor on the menu, then only it gets open automatically. This issue occure only in IE 10. It works correctly on all the other versions of browser. Here is a link to replicate the issue when open in IE 10 http://www.exair.com On the top nav menu bar, go to "Buy Now" menu, it has other sun menus, which are not open at all. Please let me know how do I resolve this issue.
If the text is too long in a RadMenuItem, when you mouse over the menu items, part of the highlighting isn't visible. The following code demonostrates. See Capture.png to see that part of the highlighting is missing. The rendering problem seems to be browser independent. I tested it using IE, Firefox, and Chrome and they all have the same problem. <telerik:RadMenu ID="RadMenu1" runat="server" Width="100%"> <Items> <telerik:RadMenuItem Text="UBorrow"> <Items> <telerik:RadMenuItem Text="Borrowing Transaction Counts by Borrowing Library" NavigateUrl="~/BorrowingTransactionCountsByBorrowingLibrary.aspx" /> <telerik:RadMenuItem Text="Borrowing Transaction Counts by Is First Lender Filled and Month" NavigateUrl="~/BorrowingTransactionCountsByIsFirstLenderFilledAndMonth.aspx" /> <telerik:RadMenuItem Text="Cancelled Lending Transaction Counts by Cancellation Reason" NavigateUrl="~/CancelledLendingTransactionCountsByCancellationReason.aspx" /> <telerik:RadMenuItem Text="Filled Borrowing Transaction Counts and Average Turnaround Times by Borrowing Library and Lending Library" NavigateUrl="~/FilledBorrowingTransactionCountsAndAverageTurnaroundTimesByBorrowingLibaryAndLendingLibrary.aspx" /> <telerik:RadMenuItem Text="Filled Borrowing Transaction Counts and Average Turnaround Times by Borrowing Library and Month" NavigateUrl="~/FilledBorrowingTransactionCountsAndAverageTurnaroundTimesByBorrowingLibraryAndMonth.aspx" /> <telerik:RadMenuItem Text="Filled Lending Transaction Counts and Average Turnaround Times by Lending Library and Borrowing Library" NavigateUrl="~/FilledLendingTransactionCountsAndAverageTurnaroundTimesByLendingLibaryAndBorrowingLibrary.aspx" /> </Items> </telerik:RadMenuItem> </Items> </telerik:RadMenu>
I have imported the configuratorpanel.cs into my application and use it in a webform The control works, but the compiler always creates an error in the designerfile.. it doesn't accept the namespace. even if i comment out the namespace, then it doesn't find the configuratorpanel <%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart"%> .. <qsf:ConfiguratorPanel runat="server" Title="neu" Expanded="false" Orientation="Horizontal" ID="cnfPanel_Folder_Neu"> <telerik:RadTextBox ID="tbxFolder_Title_Neu" runat="server" LabelWidth="64px" Resize="None" Skin="Silk" Width="160px" DisplayText="Neuer Order.."> </telerik:RadTextBox> <telerik:RadTextBox ID="tbxFolder_Description_Neu" runat="server" LabelWidth="64px" Resize="None" Skin="Silk" Width="160px" DisplayText="Beschreibung.."> </telerik:RadTextBox> </qsf:ConfiguratorPanel> .. and in the configuratorpanel.cs file ---- namespace Telerik.QuickStart { public enum ConfiguratorPanelOrientation { Horizontal, Vertical } public class ConfiguratorPanel : Panel, IPostBackDataHandler { protected override void RenderContents(HtmlTextWriter writer) { ----
The demo for the Adaptive Behavior of the menu control (tlrk.it/1ffjNFp) is not functioning on iOS devices. It works just fine on a desktop computer, but will not respond on an iOS device. On my iOS device, when I click (touch) the menu, it fails to expand. However, when I download the sample code project and upgrade it to the latest version of the dll, the menu works as expected.