Completed
Last Updated: 19 Mar 2015 12:56 by ADMIN
Completed
Last Updated: 06 Nov 2014 14:29 by ADMIN
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;
        }
    }
Completed
Last Updated: 17 Mar 2015 12:02 by ADMIN
Unplanned
Last Updated: 06 Jun 2016 14:40 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
5
In it's current state the RadButton only emulates the looks of a MenuButton, but not the behaviour.

In my point of view, such control should prove valuable to customers. More over, there is a growing need of base controls since we already have a at least three such implementations.

A RadMenuButton should be the base (or it's base should be the base) for all control specific implementations of a menu button
Completed
Last Updated: 14 Jan 2022 14:29 by ADMIN
Release R1 2022
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
19
In it's current state the RadButton only emulates the looks of a SplitButton, but not the behaviour.

In my point of view, such control should prove valuable to customers. More over, there is a growing need of base controls since we already have a at least three such implementations.

A RadSplitButton should be the base (or it's base should be the base) for all control specific implementations of a split button
Completed
Last Updated: 28 Apr 2016 13:19 by ADMIN
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: 16 Apr 2015 15:35 by Elena
Completed
Last Updated: 09 Mar 2016 14:02 by ADMIN
Completed
Last Updated: 04 Feb 2016 14:35 by ADMIN
Completed
Last Updated: 04 Feb 2016 14:32 by ADMIN
Declined
Last Updated: 30 Jun 2016 13:34 by ADMIN
Completed
Last Updated: 17 Mar 2015 12:19 by ADMIN
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

			
Declined
Last Updated: 17 Mar 2015 12:37 by Elena
ADMIN
Created by: Teodor
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Declined
Last Updated: 23 Jun 2016 21:49 by John
Completed
Last Updated: 09 Jun 2021 15:58 by ADMIN
Won't Fix
Last Updated: 17 Mar 2016 13:46 by ADMIN