Completed
Last Updated: 10 Jun 2015 10:13 by ADMIN
Completed
Last Updated: 09 Jun 2015 13:00 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Programmatic configuration of the data binding of markers is unavailable from the code behind.  

For example:
 RadMap1.DataBindings.MarkerBinding.DataShapeField = "Shape";
 RadMap1.DataBindings.MarkerBinding.DataTitleField = "City";
 RadMap1.DataBindings.MarkerBinding.DataLocationLatitudeField = "Latitude";
 RadMap1.DataBindings.MarkerBinding.DataLocationLongitudeField = "Longitude";
Completed
Last Updated: 28 May 2015 07:13 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Won't Fix
Last Updated: 27 May 2015 08:16 by ADMIN
Completed
Last Updated: 26 May 2015 12:13 by ADMIN
Completed
Last Updated: 22 May 2015 04:35 by ADMIN
ADMIN
Created by: Slav
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 21 May 2015 13:56 by ADMIN
As a workaround use the overload method Dock(String zoneID):

RadDock1.Dock(RadDockZone1.ClientID);
Completed
Last Updated: 20 May 2015 13:30 by ADMIN
ADMIN
Created by: Rumen
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 20 May 2015 11:49 by ADMIN
Completed
Last Updated: 19 May 2015 10:55 by Elena
Completed
Last Updated: 19 May 2015 10:36 by Elena
ADMIN
Created by: Dobromir
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
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