Completed
Last Updated: 04 Feb 2016 12:34 by Luis
Completed
Last Updated: 03 Feb 2016 16:56 by ADMIN
Completed
Last Updated: 03 Feb 2016 14:26 by Imported User
ADMIN
Created by: Dimitar
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
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>