Current Sales Dashboard cannot work because if silverlight issue. Prefer to have more starterkits so that we can understand a whole solution how to use telerik control better. also a good learning for us.
when using spradgrid designer in SharePoint to retrieve data from sql tables the sql tables are ordered in a non sequence. this is really frustrating if you have a lot of tables. It would be great if you can order them by the table name. Thanks
When RadEditor or SPRadEditor is placed in a SharePoint web part and export to RTF is initiated, the following exception is thrown: Metadata file 'Telerik.Web.UI.dll' could not be found
In SharePoint 2010 if a site is created with UI version 3 (The MOSS interface) and RadEditor is set as a feature for rich text fields from the site settings. When a page is edited and an additional Content Editor Webpart is added, after editing its content, the RadEditor's content is lost.
I got the notice that Ajax Components 2013 Q3 was available, so I downloaded and installed it. Well, now every single project I have is broken! I have to go through all my projects and drag in the controls just to update the references, This is shameful the way this breaks everything! Totally unprofessional the way the update is handled.
Problem I have with every skin you have is that you're setting the font-family on the controls. So I have page X, drop on a radcontrol and it doesn't look at all like it's from the same site. Whereas if I go drop a kendo control on the page it inherits the site font and looks native with little or no tweaks. ...but the radcontrols are clearly more full featured
After the last release when looking at the roadmap for the Q1 2014 release there was mention of a diagramming control. Now when I look at the roadmap it is not there. What's going on with the diagramming control?
This issue manifests only when JavaScript is used to close the control (i.e., oWnd.close()) and the [x] button in the titlebar works as expected. Clicking the handles makes the popup element visible, but it is not responsive (i.e., buttons in its titlebar cannot be clicked, it cannot be dragged, etd.). A workaround is to add the following OnClientClose handler: function OnClientClose(oWnd, args) { //hide remaining resizing handles in Lightweight render mode if (oWnd.view && oWnd.view.resizable && oWnd.view.resizable.repaint) oWnd.view.resizable.repaint(); //other logic } A fix will be available in the Q1 2014 release.
ComboBox in native render mode does not add ID / NAME attributes to the select element.
When the popup elements lack boundary detection e.g.: they don't take into consideration the proximity to the edge.
On opening the TemplateManager dialog under IE11 the loading panel is not hiding. Due to this issue, the user cannot operate with this dialog under IE11. The following example setup is resolving the issue: <telerik:RadEditor runat="server" ID="RadEditor1" OnClientCommandExecuted="OnClientCommandExecuted"> </telerik:RadEditor> <script type="text/javascript"> function OnClientCommandExecuted(editor, args) { var commandName = args.get_commandName(); if (commandName === "TemplateManager" && $telerik.isIE) { var dialog = editor.get_dialogOpener()._dialogContainers["TemplateManager"]; dialog.add_activate(fixDialog); } } function fixDialog(dialog) { dialog._onWindowUrlChanged(); dialog.remove_activate(fixDialog); } </script>
FIX: $create of controls with same parent are created in reverse order if using RadAjax