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
Declined
Last Updated: 13 Jun 2014 14:03 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
In pure IE6 the DropDownAutoWidth does not work as expected e.g. the dropdown gets too wide.
Declined
Last Updated: 13 Jun 2014 14:03 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Based on customer feedback:

I put a DrowDownTree, then I put another textbox under DrowDownTree. If I expand the item of DrowDownTree, I found some item will be shut out by textbox.

Only happens in _pure_ IE6
Declined
Last Updated: 01 Nov 2013 13:06 by Bill Rader
(I didn't find RadNumericTextBox in the category)
Telerik version - 2011.1.614.35

Auto complete box floats at a distant place, away from the RadNumericTextBox.
i.  The auto complete of IE 9 is on, enter some number, save the form.
ii.  Again open the form, focus on the numeric text box. The auto complete box seen is  not aligned with the control.
Declined
Last Updated: 13 Dec 2013 10:01 by ADMIN
Created by: John Paul
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
I am not having success on having wrap="false" for my RadGrid. The solution:

(e.Column as GridBoundColumn).DataFormatString = "<nobr>{0}</nobr>";

Will not work since I have hover over and links on several of my columns.

Couldn't RadGrid have a setting of wrap="false" that would apply to the entire grid?