Completed
Last Updated: 08 Oct 2014 07:54 by ADMIN
Created by: Albert
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
6
I find myself spending more time than I like writing asp.net forms for my CRUD. I like to keep a separate page for allowing users to Insert/Edit items. It would be super awesome if there was a control that I could drop on the page and configure a datasource and it would generate a simple form. I then could have the option to turn the fields from bound to templates and further customize them!

If there is a way to do this please let me know! Keep up the good work you guys rock!

Albert Coker
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: 16 Dec 2018 16:59 by ADMIN
ADMIN
Created by: Vessy
Comments: 6
Category: UI for ASP.NET AJAX
Type: Feature Request
12
I would like to suggest a new control build from the same paradigm as the RadSocialShare.
The control should enable a website to provide an easy way to setup shared sign up / login from different providers on your website.

E.g. an easy way to let users sign up using their facebook account or Google account etc.
Completed
Last Updated: 20 Nov 2014 16:20 by ADMIN
Completed
Last Updated: 06 May 2014 12:57 by ADMIN
Created by: Steve
Comments: 5
Category: UI for ASP.NET AJAX
Type: Feature Request
3
You need to support touch capabilities in your ASP.Net controls. Drag and drop and swiping are critical to my apps that I build for the PC. With Windows 8 and touch screen monitors now prevalent, you need to support them!
Completed
Last Updated: 07 Aug 2015 06:37 by ADMIN
Completed
Last Updated: 01 Mar 2017 13:45 by Warren
Completed
Last Updated: 24 Sep 2014 12:35 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: 18 Feb 2014 15:50 by ADMIN
Won't Fix
Last Updated: 20 Aug 2018 09:15 by Des
When a RadEditor or SPRadEditor in a custom WebPart for SharePoint 2013 is placed in an UpdatePanel or RadAjaxPanel it is not ajaxified and loses its content after a post back.
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?
Declined
Last Updated: 08 Oct 2014 12:24 by ADMIN
Like control ProgressBar in WinForms.
Declined
Last Updated: 17 Mar 2015 09:13 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 20 Sep 2013 08:45 by ADMIN
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 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: 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: 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