Won't Fix
Last Updated: 09 Aug 2016 12:26 by Blas
Created by: Blas
Comments: 5
Category: InputManager
Type: Feature Request
6
Using RadNumericTextBox in a mobile website doesn't pop up numeric keyboard in iPad. We're developing a website where the user has to enter a lot of numeric information and it has to choose the numeric pad each time it enters a new numeric field.

I know that using RadTextBox and Inputtype solves this problem, but I mainly use RadNumericTextBox because it allows to specified validation like min and max values to each field.

Our sales team solution is featured to be use in mobile devices thanks to the MetroTouch theme but this behaviour with numeric fields has got many negative feedbacks of our mobile users.

Thanks in advanced
Roberto
Won't Fix
Last Updated: 27 Sep 2017 12:31 by ADMIN
When it is not possible to load scripts/styles from CDN, the scripts and styles should be loaded from embedded resources.

Please monitor this item as it was the original and has more votes: https://feedback.telerik.com/Project/108/Feedback/Details/119156-add-cdn-fallback-to-local-support-added-to-radscriptmanager-radstylesheetmanager
Won't Fix
Last Updated: 15 Jun 2021 14:38 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
Certain controls just add bloat to a page.  Like the RadListView is a GREAT control to use inplace of the asp Repeater, but I find I often don't use it (or limit it's use) because it brings down 99.9% useless client scripts.  Most of the time, especially in Sitefinity its a server-side render-only control.  Just used to show data...we don't need ANY client manipulation.
Won't Fix
Last Updated: 11 Jun 2021 09:37 by ADMIN
RadEditor allows the copy and paste of images directly into the Editor content area. The Editor converts this images to a base 64 string and includes them in the HTML.

What would really be great is if it could instead convert the image to a file, perhaps even from the base 64 string, and save it server side, and instead add an img tag referencing the saved file. This would be very useful for when the editor is being used for sending emails (less space) and even creating content as the file would be able to be cached.

It's already being done in the TeamPulse product when a screenshot or other image is pasted into the editor. Please extend this functionality to be built into the AJAX version.
Won't Fix
Last Updated: 14 Apr 2015 14:53 by ADMIN
Won't Fix
Last Updated: 14 Jun 2021 16:02 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: MediaPlayer
Type: Feature Request
2
Was poking around on the media player demos page in FF and I noticed that your transitions for the overlays are animating out with javascript?

Why are we doing this on a new control...I know you guys like maintaining consistency...but it makes the control feel so "dated" as the elements choppily disappear.
Won't Fix
Last Updated: 07 Jun 2021 13:57 by ADMIN
Won't Fix
Last Updated: 16 Apr 2015 08:15 by Elena
Won't Fix
Last Updated: 16 Apr 2015 08:17 by Elena
Won't Fix
Last Updated: 16 Jul 2015 08:50 by ADMIN
Won't Fix
Last Updated: 16 Jul 2015 11:54 by Andy
ADMIN
Created by: Kostadin
Comments: 2
Category: InputManager
Type: Feature Request
1
Due to a bug in the WebKit-based browsers this issue could not be fixed since it will introduce another bugs in those browsers. 
Won't Fix
Last Updated: 04 Aug 2015 10:31 by ADMIN
This is expected behavior, since it is server control. If you want entirely client side based calendar, please use KendoUI
Won't Fix
Last Updated: 06 Aug 2015 13:58 by Andre Light
ADMIN
Created by: Angel Petrov
Comments: 1
Category: Grid
Type: Feature Request
1
There are TypeScript definitions for enabling intellisense
Won't Fix
Last Updated: 02 Oct 2015 08:56 by ADMIN
Navigate to:

http://localdemos.telerik.com/aspnet-ajax/treelist/examples/databinding/loadondemand/defaultcs.aspx

1) Expand item with ID:2, then items: id:1413, id:1414

2)Expand item id:1

3)Fill Item ID textbox with "303" and Level textbox with "2"

4)Click "ExpandItemToLevel"

5)The icon of item 304 seems like "expanded"(and it should be), however the item is not expanded.
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
Won't Fix
Last Updated: 11 Aug 2016 12:03 by ADMIN
Won't Fix
Last Updated: 14 Sep 2016 12:33 by ADMIN
The manually set height of RadWindow is not persisted after PostBack if the control's ShowContentDuringLoad property is set to False. The issue is reproducible in IE9.

Video: http://screencast.com/t/ChvvBVzst

Workaround: Set ShowContentDuringLoad="true" when the current browser is IE:
    <button onclick="OpenRadWindow();return false;" class="Button" style="width: 190px"> Show popup window</button>
    <script type="text/javascript">
        function OpenRadWindow() {
            var oManager = GetRadWindowManager();
            oWind = oManager.getWindowByName("RadWindow1");
            //workaround
            if ($telerik.isIE)
                oWind.add_pageLoad(pageLoaded);
            oWind.show();
        }

        function pageLoaded(oWind) {
            oWind.set_showContentDuringLoad(true);
        }
    </script>
Won't Fix
Last Updated: 06 Jun 2017 08:50 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: FileExplorer
Type: Feature Request
1
When any new file is uploaded to sub directory, back button stops working.
The controls takes that sub directory as it's root directory.
Won't Fix
Last Updated: 20 Sep 2018 07:55 by ADMIN
Color items should persist the Title property/attribute so that when hovered, the text to be shown in the tool.
1 2 3