Completed
Last Updated: 21 Feb 2014 13:20 by ADMIN
Created by: CH
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
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.
Completed
Last Updated: 23 Sep 2014 11:10 by Gal
Declined
Last Updated: 17 Mar 2015 09:13 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Declined
Last Updated: 07 Jun 2016 13:02 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
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   
Completed
Last Updated: 07 Jun 2016 13:10 by ADMIN
ADMIN
Created by: Slav
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1
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
Won't Fix
Last Updated: 16 Apr 2015 09:47 by Elena
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.
Declined
Last Updated: 17 Mar 2015 08:44 by Elena
Created by: Steve
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
1
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.
Completed
Last Updated: 25 Jan 2016 13:28 by ADMIN
Created by: sitefinitysteve
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
1
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
Completed
Last Updated: 10 Jun 2015 10:13 by ADMIN
Declined
Last Updated: 20 Jul 2016 13:11 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1

			
Completed
Last Updated: 24 Apr 2014 08:08 by ADMIN
Created by: Caleb Sandfort
Comments: 6
Category: UI for ASP.NET AJAX
Type: Feature Request
1
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?
Completed
Last Updated: 31 Jan 2014 09:47 by ADMIN
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.
Declined
Last Updated: 29 Oct 2014 12:39 by ADMIN
ComboBox in native render mode does not add ID / NAME attributes to the select element.
Unplanned
Last Updated: 22 Jan 2014 16:34 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1
When the popup elements lack boundary detection e.g.: they don't take into consideration the proximity to the edge.
Completed
Last Updated: 12 Nov 2014 09:24 by Elena
ADMIN
Created by: Ianko
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
1
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>
Completed
Last Updated: 11 Mar 2014 12:58 by ADMIN
FIX: $create of controls with same parent are created in reverse order if using RadAjax