Completed
Last Updated: 11 May 2015 07:27 by Elena
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;
        }
    }
Declined
Last Updated: 12 Mar 2015 09:56 by ADMIN
Completed
Last Updated: 28 Jul 2015 08:47 by ADMIN
Unplanned
Last Updated: 25 Feb 2014 09:01 by ADMIN
ADMIN
Created by: Vasil
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1

			
Completed
Last Updated: 26 Mar 2014 17:20 by Moritz
ADMIN
Created by: Misho
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
1
The markup intellisense doesn't work in VS 2008 with Q1 2014.
Declined
Last Updated: 19 Mar 2014 10:45 by ADMIN
sso
Created by: Anthony Mangini
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
sso
Has telerik ever thought of writing an SSO class or control that would allow someone to add the functionality to sign on to their website using sso and SAML 2.0 for secure login?
Completed
Last Updated: 02 Apr 2015 15:12 by Robert
Completed
Last Updated: 02 Nov 2021 09:45 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1
All dialog windows triggered from SmartTags (ODataDataSource configuration wizard per say) are distorted and mostly or completely unusable in HDPI environments (150% scaling).

In particular we can observe few main points:

* Window too big to fit on the screen
* Text too big to fit in designated area
* Layout completely distorted
* Icons not showing correctly
Declined
Last Updated: 19 Nov 2014 09:43 by ADMIN
Declined
Last Updated: 23 Jun 2022 09:19 by ADMIN
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" />
Completed
Last Updated: 07 Jun 2016 11:06 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1
The image constrain tool in the image properties dialog is loaded as disabled by default. Mostly users easily can enable it the whole time, but the better user experience is this tool to be enabled by default. This way the user will be able directly to manipulate the image size without breking the correct proportions. 
Completed
Last Updated: 02 Nov 2021 14:28 by ADMIN
This issue causes incorrect user experience. The users are forced to do multiple actions to replace a word while using the Track Changes feature.
Completed
Last Updated: 25 Mar 2016 06:39 by ADMIN
This behavior stops the user to be able o insert these elements without being tracked
Completed
Last Updated: 18 Sep 2014 11:13 by Jen Ne
ADMIN
Created by: Kostadin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1