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) { ----
Version 417 - Menu works like a charm, animation goes from top to bottom (on hover) normally; Version 611 upgrade - Menu breaks, Animation starts from bottom to top. (on hover) This is unexpected and breaks prior application functionality; We've tried replacing the binaries from 417 to 611 and back again to confirm this.
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.
http://docs.telerik.com/devtools/aspnet-ajax/controls/menu/appearance-and-styling/layout-of-child-items
Research the ability to have the RadMenu behave responsively. (On a related thread, there is a wider-oriented customer request for a responsive framework)
_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
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>
In the latest version of the controls (v.2012.3.1205.40 Dev) RadMenu links are not clickable on iPad/iPhone iOS 5.1 or iOS 6.