Completed
Last Updated: 19 May 2015 08:25 by ADMIN
<telerik:RadScriptManager ID="RadScriptManager" runat="server"></telerik:RadScriptManager>
    <telerik:RadAjaxPanel ID="RadAjaxPanel" runat="server" CssClass="RadAjaxPanel">
        <div>
            <telerik:RadComboBox ID="RadComboBox1" runat="server" AutoPostBack="True"
                >
                <Items>
                    <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem1"
                        Value="RadComboBoxItem1" />
                    <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem2"
                        Value="RadComboBoxItem2" />
                    <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem3"
                        Value="RadComboBoxItem3" />
                    <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem4"
                        Value="RadComboBoxItem4" />
                    <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem5"
                        Value="RadComboBoxItem5" />
                    <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem6"
                        Value="RadComboBoxItem6" />
                    <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem7"
                        Value="RadComboBoxItem7" />
                </Items>
            </telerik:RadComboBox>&nbsp;
            <telerik:RadTextBox ID="RadTextBox1" runat="server">
            </telerik:RadTextBox>
            <asp:Label runat="server" ID="Label1"></asp:Label>
        </div>
    </telerik:RadAjaxPanel>


Code Behind:

 private const string NotificationId = "pageNotification";

    protected void Page_Load(object sender, EventArgs e)
    {
        if (RadAjaxPanel.FindControl(NotificationId) == null)
        {
            RadNotification notification = new RadNotification();
            notification.ID = NotificationId;
            RadAjaxPanel.Controls.Add(notification);
            notification.Show();
            Label1.Text += RadTextBox1.Text;
        }
    }
Won't Fix
Last Updated: 18 May 2015 16:19 by ADMIN
ADMIN
Created by: Ianko
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Adding CSS styles for the table layout via the TableCssLayoutTemplates adds the style element inside the body, which is non W3C compliant content.
Won't Fix
Last Updated: 18 May 2015 14:41 by ADMIN
Silverlight Module doesn't work correctly with RadProgressArea, when uploading is canceled.
Won't Fix
Last Updated: 18 May 2015 11:30 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 15 May 2015 11:54 by Elena
Won't Fix
Last Updated: 15 May 2015 11:51 by Elena
Completed
Last Updated: 15 May 2015 11:48 by Elena
ADMIN
Created by: Dobromir
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Won't Fix
Last Updated: 15 May 2015 11:37 by Elena
Completed
Last Updated: 14 May 2015 15:21 by ADMIN
Completed
Last Updated: 14 May 2015 13:52 by Elena
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