Completed
Last Updated: 18 Feb 2014 15:50 by ADMIN
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
It seems however that the problem comes from the unusual CSS style selector that you use to set the width of the RadTextBox controls. Based on the information of this help article, you should correct your CSS rule like this:

Copy Code
.three_column .RadInput
{
   width: 448px !important;
}

Note the missing .riTextBox class from the selector. You should not apply width for the inner input element (which this selector controls), but only to the outer wrapping span element controlled by the .RadInput class. After applying this change on my side, the problem didn't reproduce any more.

Yet another approach to fix the issue is to use the inline Width property. However, based on your code I suspect that you intent to change the width by CSS rules and that is why I would recommend the modification in the code block above. 
Completed
Last Updated: 24 Sep 2014 12:35 by ADMIN
Completed
Last Updated: 07 Aug 2015 06:37 by ADMIN
Completed
Last Updated: 20 Nov 2014 16:20 by ADMIN
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Based on customer feedback
---

A very simple setup:

1) Context menu target
2) Context menu shows on click
3) A certain zoom level

In such case, if you tap some root menu item, another root menu item will highlight for a moment
Declined
Last Updated: 25 Sep 2015 11:53 by ADMIN
ADMIN
Created by: Konstantin Dikov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Declined
Last Updated: 07 Jun 2016 13:11 by ADMIN
Created by: tomc
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
To cater for SharePoint Lists (or Excel/SQl Sources) with large columns can the Freeze Columns property from the underlying RadGrid be exposed to the SpRadGrid
Declined
Last Updated: 17 Mar 2015 08:52 by Elena
Created by: Zlatko
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
I try to create skin on tabstrip control.

But when I save and upload newly created skin I get some of properties are not remember. 

I use Firefox

Please help me in this problem

Zlatko Rusev
Unplanned
Last Updated: 16 Dec 2013 11:34 by ADMIN
ADMIN
Created by: Deyan Enchev
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Completed
Last Updated: 13 Jul 2015 15:07 by ADMIN
Completed
Last Updated: 10 Dec 2014 16:38 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
If an image has a bracket in its path it cannot be exported. In RadEditor a response is not sent back to the browser, RadGrid will throw an exception to notify about a missing path. A workaround for the time being is to avoid having special symbols in images that need to be exported.
Completed
Last Updated: 01 Jun 2021 14:32 by ADMIN
Release Q1 2015
Won't Fix
Last Updated: 30 Jul 2015 12:16 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Completed
Last Updated: 02 Sep 2016 07:02 by ADMIN
The Image Map Dialog is not rendered correctly because of a failure of the CSS reset. There is a margin-top attribute which is set with 15px value instead of 0.

Possible resolutions:
 1. Setting another Skin for the RadEditor control;
 2. Setting a custom stylization for the dialogs, which fixes the margin issue. For this approach you can test this example setup along with the provided DialogStyle.css file:

<telerik:RadEditor ID="RadEditor1" runat="server" 
	DialogsCssFile="~/Styles/DialogStyle.css">
</telerik:RadEditor>

More information about the DialogsCssFile property: http://www.telerik.com/help/aspnet-ajax/editor-dialogscssfile.html
Completed
Last Updated: 27 Oct 2016 12:38 by ADMIN
When a folder with upload permissions is selected (not opened) from the right side of FileExplorer the upload button gets enabled, even if the currently loaded folder does not have permissions. The issue is reproducible both in Grid and Thumbnails mode.

Video: http://screencast.com/t/5zAPNESZ85i5
Completed
Last Updated: 14 Dec 2013 12:55 by ADMIN
ADMIN
Created by: Marin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
When binding the webpart through the designer an exception is thrown.
Won't Fix
Last Updated: 18 May 2015 14:41 by ADMIN
Silverlight Module doesn't work correctly with RadProgressArea, when uploading is canceled.