Completed
Last Updated: 03 Feb 2016 09:19 by Matt
Declined
Last Updated: 27 Jan 2016 14:49 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Improve web parts rendering in Editor
Won't Fix
Last Updated: 26 Jan 2016 15:20 by ADMIN
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: 25 Jan 2016 13:13 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Based on customer feedback:

Input controls, namely RadTextBox and RadComboBox appear misaligned and slightly different in terms of metrics

**UPDATE**
As of 2016 R1 SP1, the inconsistencies have been targeted and fixed as a part of a broader story to unify the appearance of the various components.
NOTE: The changes apply only to Light-weight rendering
Completed
Last Updated: 22 Jan 2016 11:48 by ADMIN
Completed
Last Updated: 21 Jan 2016 17:43 by Michael
ADMIN
Created by: Vasil
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
6
The functionality will be available in Q3 2015
Completed
Last Updated: 21 Jan 2016 08:59 by ADMIN
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: 19 Jan 2016 12:57 by ADMIN
Completed
Last Updated: 19 Jan 2016 09:14 by Lynn
Using GIF image in the RadEditor to resize them or manipulate them somehow and saving them, results to a GIF file with black background.

You can safely use PNG images when transparency is needed, which are fully supported. 
Completed
Last Updated: 12 Jan 2016 16:13 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 12 Jan 2016 12:14 by ADMIN
For the time being you can use the following workaround:
CSS:
	<style>
		html span.RadButton_MetroTouch.rbToggleButton .rbText,
		html span.RadButton_BlackMetroTouch.rbToggleButton .rbText {
			padding: 0 25px;
		}
	</style>
ASPX:
			<telerik:RadButton ID="telerik:RadButton 1" runat="server" ToggleType="CheckBox" ButtonType="ToggleButton" Skin="MetroTouch"
				Text="Click">
			</telerik:RadButton>
Completed
Last Updated: 11 Jan 2016 13:47 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
13
Add a label control which has the same look and feel as the rest of the Telerik ASP.NET AJAX components.
Completed
Last Updated: 11 Jan 2016 11:32 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
I have a client who is trying to design html page using the RadEditor (an upgraded to the latest internal build this week). The HTML has some IE tags enclosed in html comment fields. they do some browser detection and then write out the <HTML> tag with the appropriate style tags added. They want the code to look like this: <!doctype html> <!--[if IEMobile 7]><html class="no-js iem7 oldie"><![endif]--> <!--[if lt IE 7]><html class="no-js ie6 oldie" lang="en"><![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js ie7 oldie" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js ie8 oldie" lang="en"><![endif]--> <!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]--> <!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html class="no-js" lang="en"><!--<![endif]--> but when i insert this into the RadEditor it comes out looking like this: <html class="no-js" lang="en"><!--<![endif]--><!--[if (gte IE 9)|(gt IEMobile 7)]><!--><!--<![endif]-->
Completed
Last Updated: 11 Jan 2016 11:19 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
When selecting a table element in the content area via the Dom inspector, Delete Table does not remove the table. 

You can use the RemoveElement from DOM inspector as a temporary workaround.