Completed
Last Updated: 17 Mar 2015 10:02 by ADMIN
The developer cannot get a reference to the FontName tool through the getToolByName method of the RibbonBar tool adapter.
Completed
Last Updated: 13 May 2015 13:34 by Elena
There is a refresh error when a user uploads multiple files on Mac OS 10.8.3 and Safari 6.0.4. After the user selected for example 5 files at the same time and click on the Upload button, you a screen showing only 2 files - http://screencast.com/t/gYiE76M0D

The EnableAsyncUpload property of FileExplorer have to be set to "True".
Completed
Last Updated: 01 Jul 2015 15:00 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
FIX: Menu popup containers do not have background / border in metro skin
Completed
Last Updated: 17 Mar 2015 09:26 by ADMIN
The Insert Paragraph tool puts the text outside of the newly inserted paragraph tag. Here is an example:

1. Enter a line of text in an empty editor

2. Press the New Paragraph button

3. Type something when the cursor goes to the next line

4. Switch to HTML mode and you will find that the new text is inserted outside of the paragraph tag

<p>line of text</p>
<p>&nbsp;</p>
new line

The expect result should b:

<p>line of text</p>
<p>new line</p>

Completed
Last Updated: 10 May 2016 15:54 by ADMIN
When the VisibleControls property of FileExplorer is set to "Grid" and the InitialPath value is pointing to a specific file, the file is not selected on page load.
Completed
Last Updated: 12 Jul 2016 15:01 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Won't Fix
Last Updated: 11 May 2016 11:40 by ADMIN
When a table is created through the table wizard and a background image is set to one of the cells, saving and closing the Editor in SP2010 causes the background image to be stripped.



Completed
Last Updated: 23 May 2014 12:28 by ADMIN
ADMIN
Created by: Misho
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0
PDF export format is not compatible with Windows 8 default viewer.
However the exported PDFs could be opened in Adobe Reader for Windows 8. 
Declined
Last Updated: 19 Mar 2014 12:05 by ADMIN
Created by: Jeremy Schaab
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
We would love a couple of Lightswitch HTML controls.  Not expecting the full stack.  

Even if you could just help us understand how to integrate Kendo UI more easily that would help too.  It's a great framework or building fast lightweight apps, but the UI portion is missing many controls and documentation from Telerik, if the controls do integrate.  

ComponentOne seems to have a good handle on it, but we prefer Telerik if we can use it.
Declined
Last Updated: 21 Jun 2022 09:41 by ADMIN
Some references to skin resource files are hardcoded in Telerik.Web.UI.dll and don't depend of the web.config/appSetting "Telerik.Web.SkinsAssembly". The result is when you use a custom Skins Assembly and a Telerik control uses these hardcoded references on resource files, these resource files are not displayed because Telerik.Web.UI.dll is searching a resource file for a control as "Telerik.Web.UI.Skins.<Skin Name>.<Control>.<Resource filename>" and not as expected "<Skin Assembly Name>.<Skin Name>.<Control>.<Resource filename>.

It happens in the following controls:
- RadGrid: Only the column GridEditCommandColumn ButtonType="ImageButton" gives a invalid references on resource files for Edit.gif, Update.gif, Cancel.gif.
- RadDataPager: Images of SEO buttons, like PagingFirst.gif, etc.

The requested fix: to test if web.config/appSettings "Telerik.Web.SkinsAssembly" is available and not empty, and if yes, to use its value in place of the hardcoded "Telerik.Web.UI.Skins.dll".
Completed
Last Updated: 15 Jul 2013 11:36 by ADMIN
Completed
Last Updated: 02 Jul 2013 13:14 by ADMIN
Declined
Last Updated: 23 Sep 2014 15:48 by ADMIN
Completed
Last Updated: 16 Jul 2015 08:31 by ADMIN
Declined
Last Updated: 02 Mar 2022 11:34 by ADMIN
Based on customer feedback:

The RadSiteMap documentation is lacking description for the CSS class names. Add description similar to the one present in other controls, RadMenu per say.
Completed
Last Updated: 20 Aug 2013 15:03 by ADMIN
Declined
Last Updated: 04 Dec 2014 16:26 by ADMIN
Update the Http handler shown in the following forum thread so that it can be used with the latest version of Telerik UI for ASP.NET AJAX:
http://www.telerik.com/community/forums/aspnet-ajax/editor/radeditor-exporttopdf-in-httphandler.aspx#2089976