Completed
Last Updated: 22 Jul 2016 10:30 by ADMIN
Per DISA security hardening requirements, unlisted file extensions should be filtered in URL requests as seen in the following DISA STIG: http://www.stigviewer.com/check/V-26046

To do this, the Telerik UI for ASP.NET AJAX must publish extensions that are used in the libraries.  Without the extensions being published, it is not possible to implement this hardening requirement since the application will not function properly due to the unknown extensions being blocked.  Please publish the library extensions being used so that the hardening setting to filter unlisted file extensions can be turned on.  If this cannot be done, please identify the reasoning so that a deviation from the hardening requirement can be approved by the security team.
Completed
Last Updated: 21 Jul 2016 15:19 by ADMIN
Currently RadSplitter, RadWindow and RadDock (there might be other Telerik controls) apply default FontFamily and FontSize to their wrapper elements which is applied to the client's content as well.

Modifying client's content in any way is not correct behavior for layout and/or container control.
Completed
Last Updated: 21 Jul 2016 15:12 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Currently, controls that have popups can have their z-index controlled as explained here: http://www.telerik.com/help/aspnet-ajax/controlling-absolute-positioning-with-zindex.html

RadComboBox has an explicit ZIndex property. Should all controls with popup elements have such a property?
Declined
Last Updated: 20 Jul 2016 13:11 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1

			
Unplanned
Last Updated: 20 Jul 2016 13:10 by ADMIN

It would be nice if all dropdown list controls (dropdownlist, radcombobox, etc) had a built-in "x" button somewhere which allowed the user to clear the selection of an item (ie set its selectedIndex to 0).

Clicking on the "x" would also fire the client-side and server-side (if applicable) SelectedIndexChanging and SelectedIndexChanged events.


			
Completed
Last Updated: 12 Jul 2016 15:27 by Najid Hanif
Created by: Mark
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
2
It would be great to have a facebook-like auto expanding textbox with character counter.
Declined
Last Updated: 12 Jul 2016 15:24 by ADMIN
ADMIN
Created by: Genady Sergeev
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
One should be able to use CDN without having the Telerik.Web.UI.Skins dll deployed to the server..
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

			
Declined
Last Updated: 07 Jul 2016 11:19 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
I see a lot of forum chatter, blog and code library pieces, for years now, about DblClick.
Like in the RadGrid, TreeView, TreeList, Combo, DropDownList, DropDownTree, etc. 
Why not implement this standard in the controls; ItemDblClick, RowDblClick server side in Grid for ie.
Declined
Last Updated: 07 Jul 2016 11:18 by ADMIN
Created by: Pooja
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Currently Telerik RadGrid does not support a GridCalculatedColumn inside a GridTemplateColumn. GridCalculated Column is a veru useful feature and should be available inside a Template column as well.

Thanks
Won't Fix
Last Updated: 06 Jul 2016 15:17 by ADMIN
Created by: Mark Stiles
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
An ArgumentOutOfRange exception is thrown when using a horizontal barchart with AutoLayout = true.

[ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length]
   System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) +10695301
   System.String.Substring(Int32 startIndex, Int32 length) +10
   Telerik.Charting.TextBlock.get_VisibleText() +194
Declined
Last Updated: 06 Jul 2016 15:04 by ADMIN
Currently, if a RadWindow is maximized, then minimized, then restored it will get the dimensions it had before maximizing. A window in the OS will maximize if it had been maximized prior to minimizing and the RadWindow should have the same behavior.
Completed
Last Updated: 06 Jul 2016 10:58 by ADMIN
The SlidingZone's tabs titles are rendered upside-down in all browsers in Sharepoint 2010 (except for Internet Explorer). The problem is caused due to a thrown JavaScript error:
Uncaught TypeError: Cannot read property 'removeChild' of null
Completed
Last Updated: 30 Jun 2016 15:58 by ADMIN
Created by: Stuart
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
I'd like to use the Navigation widget in "Horizontal with drop down menus" mode but the "mouse over" mode doesn't work with touch devices (iPad) and the click option is OK but I still want the "Hover" option for non touch devices.
Declined
Last Updated: 30 Jun 2016 15:56 by ADMIN
ADMIN
Created by: Danail Vasilev
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
When many RadHtmlCharts are present on the page (especially if their animation is turned on) this will decrease the rendering performance of the browser, especially in older browsers that are generally slow. 

The ability to start rendering one chart only after the previous one finishes rendering will improve this initial load.

This can be used only for animations to provide a visual queue (i.e. only have effect when Transitions=true).
Declined
Last Updated: 30 Jun 2016 15:55 by ADMIN
Both properties could be used in scenario when the control is bound with WebService. With assigning values directly to the aforementioned properties, you could omit specifying the Text and Value fields in the WebService, but only point the desirable parameters in the declaration of the control.

This could be very useful, especially when a custom class is used to populate the control in the WebService and if this class does not possess Text and Value fields.
Completed
Last Updated: 30 Jun 2016 15:53 by ADMIN
Created by: Jindrich
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Hallo Collegue,
It is possible to export only some columns of RadGrid to excel?

thanks,

J.Matouš
Completed
Last Updated: 30 Jun 2016 15:49 by ADMIN
Created by: Jindrich
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Hallo Collegue,
I wan to create fixex columns in RadGrid, it is possible? It should be similar like excel functionality anchor of traverse.

thanks,

J.Matouš
Declined
Last Updated: 30 Jun 2016 15:45 by ADMIN
Created by: Samir Vaidya
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Provide a RadDateTime control that allows you to only pick the Day of the Week (Sunday - Saturday) rather than simply picking a Date or a Time.