Completed
Last Updated: 02 Sep 2014 15:26 by ADMIN
ADMIN
Created by: Kostadin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 01 Sep 2014 07:42 by ADMIN
Declined
Last Updated: 21 Aug 2014 09:54 by Mario
ADMIN
Created by: Lini
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
20

			
Completed
Last Updated: 15 Aug 2014 07:53 by matt
Created by: matt
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Hello,

jquery has two deployment versions -- development, which is ~280k, and production, which is minified down to ~90k. Deploying the non-minified version to production is a waste of almost 200k of unnecessary data. There should be a configuration setting (either in RadScriptManager or in web.config; web.config preferred) for specifying that the production (minified) version is desired. 

thanks,
matt
Declined
Last Updated: 13 Aug 2014 12:47 by ADMIN
Completed
Last Updated: 11 Aug 2014 03:08 by Tracey
ADMIN
Created by: Ianko
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Due to this problem end-users cannot manipulate the newly added areas and use the dialog properly. 

A possible workaround is to force the IE10 compatibility mode of the browser by adding the following meta tag in the head element of the page.
<meta http-equiv="X-UA-Compatible" content="IE=10">
Completed
Last Updated: 06 Aug 2014 15:56 by Adrian
ADMIN
Created by: Ivan Zhekov
Comments: 8
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Based on customer feedback:

* Place RadTabStrip in fluid container;
* Set alignment to "justify"
* Resize the parent container

The last item will occasionally drop.
Completed
Last Updated: 16 Jul 2014 15:49 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 20
Category: UI for ASP.NET AJAX
Type: Feature Request
15
Similar to the Silverlight one:
http://demos.telerik.com/silverlight/#GanttView/FirstLook
Unplanned
Last Updated: 15 Jul 2014 12:44 by Robert Veach
The multiline textbox should increase its high while the user types, after the currently available space if fulfilled. Like in Facebook "What's on your mind " textbox  
Completed
Last Updated: 10 Jul 2014 06:57 by ADMIN
ADMIN
Created by: Pavlina
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 04 Jul 2014 14:33 by ADMIN
Created by: abbottdev
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
9
Rather than relying on pure javascript to instantiate a Map, which some developers way struggle with, introduce a map control that has server side functions (as well as client side) to select areas, geo-code, and add markers. Add the features contained in http://www.telerik.com/products/wpf/map.aspx

Also, to be able to databind to a collection, specifying a LatitudeDataValue, and LongitudeDataValue and DisplayMemberValue which describes the Lat/Lng and marker names, without the need for client JS! Would love to see the heatmaps implemented in particular.. Any other takers??
Completed
Last Updated: 04 Jul 2014 08:45 by ADMIN
Created by: Roy
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
3
New control that can create / read / write PDF documents similar to "removed by admin"
Declined
Last Updated: 04 Jul 2014 07:12 by ADMIN
Created by: Timothy Lee Russell
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
In the same way that ASP.NET MVC wrappers are supported...
Completed
Last Updated: 02 Jul 2014 14:33 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
This bug causes incorrect user behavior. Lists cannot be disconnected with Enter, in some cases user cannot add multiple empty paragraphs. 

For the time being you can resolve the issue by incorporating the following JS code block:

<telerik:RadEditor runat="server" ID="RadEditor1">
</telerik:RadEditor>

<script type="text/javascript">
    var setCursorFn = Telerik.Web.UI.Editor.Utils._setCursorInNode;
    Telerik.Web.UI.Editor.Utils._setCursorInNode = function (cursorElement, container, editor) {
        setCursorFn.call(this, cursorElement, container, editor);
        if ($telerik.isChrome) {
            var selection = editor.getSelection();
            var range = selection.getRange();
            if (!range.collapsed) {
                range.collapse();
                selection.selectRange(range);
            }
        }
    }
</script>
Completed
Last Updated: 30 Jun 2014 10:52 by ADMIN
In case where RadButton is set as DefaultButton to the form or a panel and should trigger validation it does not PostBack the page regardless if the page is valid or not
Completed
Last Updated: 26 Jun 2014 11:44 by ADMIN
Completed
Last Updated: 25 Jun 2014 11:14 by Rumen Jekov
ADMIN
Created by: Rumen
Comments: 5
Category: UI for ASP.NET AJAX
Type: Feature Request
38

			
Completed
Last Updated: 24 Jun 2014 08:50 by ADMIN
Button single click becomes disabled permanently if a validation error is detected. After satisfying the validator conditions the button doesn't get enabled and it is not possible to post back the page.
Completed
Last Updated: 20 Jun 2014 15:27 by J
ADMIN
Created by: Marin Bratanov
Comments: 9
Category: UI for ASP.NET AJAX
Type: Feature Request
12