Completed
Last Updated: 16 Jul 2015 07:56 by ADMIN
Completed
Last Updated: 25 Mar 2015 09:48 by ADMIN
The layout of these dialogs in SharePoint's Editor is broken to the point where the user would be unable to use them. 
Completed
Last Updated: 09 Jun 2016 07:08 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 20 Jan 2016 16:13 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
7
If you like the Google Material design, you can vote for this item. This will help us prioritize the item and decide when to implement a Material skin for the Telerik UI for ASP.NET AJAX controls.
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
RadImageGallery fullscreen mode overrides viewport meta tag set on page.
If the user sets the following meta tag:

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1.0, user-scalable=no, height=device-height" />

initially the page is not scalable. When the Gallery enters fullscreen mode, the page is zoomed out.
And when you exit fullscreen, the page stays zoomed out, the gallery proportions are changed and fonts are smaller.
Declined
Last Updated: 04 Aug 2015 10:18 by ADMIN
as you know we purchased DevCraft Complete and it is really hard to download everything file by file.

I really wish if you have one magic button which when i click it it will download the entire files for all DevCraft Complete updates for ajax, kendu, reporting etc
Completed
Last Updated: 21 Apr 2022 08:14 by ADMIN
Removing the vertical scrolling of the source code container will make the code much easier for reading, both for desktop and mobile devices. 
Completed
Last Updated: 20 Apr 2015 11:37 by SUNIL
ADMIN
Created by: Kostadin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 07 Jun 2016 13:15 by ADMIN
Created by: R Austin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
when trying to use the Visual Style Builder with IE 11, I get error

"System requirements not met

The Visual Style Builder requires a modern browser.

You can either upgrade Internet Explorer, or try Firefox for better experience on javascript-rich applications, such as this."


Completed
Last Updated: 06 Jul 2017 18:24 by FRANK
ADMIN
Created by: Kostadin
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 01 Jun 2021 13:32 by ADMIN
Release Q2 2015
ADMIN
Created by: Kostadin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Completed
Last Updated: 20 Oct 2015 21:33 by ADMIN
ADMIN
Created by: Pavlina
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
3

			
Completed
Last Updated: 09 Mar 2015 07:03 by ADMIN
ADMIN
Created by: Kostadin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 17 Jun 2015 08:19 by ADMIN
If a long paragraph is copied into the editor, <br> tags appear in thea content without being added at first place. 

For the time being you can resolve this by adding the following script below the editor declaration:

<telerik:RadEditor runat="server" ID="RadEditor1" StripFormattingOptions="AllExceptNewLines"></telerik:RadEditor>

<script type="text/javascript">
    var oldStripFormatting = Telerik.Web.UI.Editor.Utils.stripFormatting;

    Telerik.Web.UI.Editor.Utils.stripFormatting = function (textHtml, clearValue) {
        if (clearValue === "ALL_NO_BRAKES") {
            textHtml = textHtml.replace(/\n/g, "");
            textHtml = textHtml.replace(/<\/p>/g, "<br/>");
        }

        textHtml = oldStripFormatting.call(this, textHtml, clearValue);
        return textHtml;
    }
</script>
Completed
Last Updated: 20 Jun 2017 14:51 by ADMIN
ADMIN
Created by: Marin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Completed
Last Updated: 18 Jun 2015 19:55 by Clyde
Under IE, when two tables are placed next to each other, the Table Properties may cause the one to appear nested inside.


Currently, this can be workarounded only by assuring that there is some element between them - <br>, <p>, <div>, <span> etc.
Completed
Last Updated: 01 Jun 2021 12:28 by ADMIN
Completed
Last Updated: 09 May 2015 22:39 by Sascha
ADMIN
Created by: Marin Bratanov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Here is the missing resource name: pTelerik.Web.UI.Skins|Telerik.Web.UI.Skins.Web20.Common.radGradientListSprite.png
You can see if this is your case as well by decrypting the WebResource request that fails as shown here: http://blogs.telerik.com/aspnet-ajax/posts/07-03-27/debugging-asp-net-2-0-web-resources-decrypting-the-url-and-getting-the-resource-name.aspx
Completed
Last Updated: 21 Apr 2022 08:38 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
At present, when a Telerik product is installed via an automated installer (WebInstaller or a downloaded MSI package), a shortcut to it is added on the desktop.

This feature should be optional, e.g., via a checkbox during the installation wizard.