Completed
Last Updated: 13 May 2015 13:34 by Elena
There is a refresh error when a user uploads multiple files on Mac OS 10.8.3 and Safari 6.0.4. After the user selected for example 5 files at the same time and click on the Upload button, you a screen showing only 2 files - http://screencast.com/t/gYiE76M0D

The EnableAsyncUpload property of FileExplorer have to be set to "True".
Won't Fix
Last Updated: 11 May 2015 14:43 by Ralf
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 11 May 2015 08:21 by ADMIN
Created by: Travis
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
MetroTouch "DragHandleDown.png" resource appears to be missing from 2015.1.225.40 version of Telerik.Web.UI.Skins.dll.

Got the following in my event logs:

Event message: An error occurred processing a web or script resource request. The requested resource 'pTelerik.Web.UI.Skins|Telerik.Web.UI.Skins.MetroTouch.Slider.DragHandleDown.png' does not exist or there was a problem loading it. 

Checked in the .dll for any reference to said resource. Found instances of "DragHandleDown.gif" for other skins (Black, Office2010Black, etc.) but nothing for MetroTouch.
Completed
Last Updated: 11 May 2015 07:27 by Elena
Completed
Last Updated: 09 May 2015 22:39 by Sascha
ADMIN
Created by: Marin Bratanov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Here is the missing resource name: pTelerik.Web.UI.Skins|Telerik.Web.UI.Skins.Web20.Common.radGradientListSprite.png
You can see if this is your case as well by decrypting the WebResource request that fails as shown here: http://blogs.telerik.com/aspnet-ajax/posts/07-03-27/debugging-asp-net-2-0-web-resources-decrypting-the-url-and-getting-the-resource-name.aspx
Completed
Last Updated: 07 May 2015 12:19 by Vasssek
ADMIN
Created by: Vasya Stankova
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
I want it to be possible to use declarative localization for PagerTextFormat property in RadGrid Control. Currently the only way is by using code behind.
Completed
Last Updated: 05 May 2015 09:51 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1

			
Completed
Last Updated: 05 May 2015 04:51 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 04 May 2015 11:46 by Elena
Completed
Last Updated: 04 May 2015 10:49 by José Ángel
ADMIN
Created by: Niko
Comments: 5
Category: UI for ASP.NET AJAX
Type: Feature Request
3
This diagramming tool can provide a toolbox with different models that can be dragged onto the canvas, edited, resized, rotated, etc.
Additionally a hierarchical model can be implemented that link different models on the diagram.
Completed
Last Updated: 28 Apr 2015 15:21 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 28 Apr 2015 11:17 by ADMIN
Won't Fix
Last Updated: 27 Apr 2015 11:00 by ADMIN
Completed
Last Updated: 27 Apr 2015 07:01 by ADMIN
On iOS 8 Safari the propagation of the "touch" event is not prevented, thus the element beneath the touched DropDownList item get touched as well.
Completed
Last Updated: 24 Apr 2015 15:52 by ADMIN
Executing a cut command when Track Changes are enabled in RadEditor results in unexpected rearrangement of the content.
Declined
Last Updated: 24 Apr 2015 13:37 by ADMIN
It was bug in the Firefox, and now works as expected. Here is markup for testing:
<script runat="server">  
    protected void RadTextBox1_TextChanged(object sender, EventArgs e)
    {
        newText.Text = RadTextBox1.Text;
    }  
</script>
<asp:Label runat="server" ID="newText"></asp:Label>
<telerik:RadTextBox runat="server" ID="RadTextBox1" AutoPostBack="true" OnTextChanged="RadTextBox1_TextChanged"></telerik:RadTextBox>
<asp:Button Text="submit" runat="server" />