Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q2 2011 released 07/12/2011
select

ListBox / Reorder

Example Configuration
  
  • Argentina
  • Australia
  • Brazil
  • Canada
  • Chile
  • China
  • Egypt
  • England
  • France
  • Germany
  • India
  • Indonesia
  • Kenya
  • Mexico
  • New Zealand
  • South Africa
  • USA

  • RadListBox supports items reordering via the reorder buttons and drag and drop.

    To enable the reordering functionality you need to set the AllowReorder property to true. After doing that, the reorder buttons will appear.

    To enable reordering via drag and drop you also need to set the EnableDragAndDrop property to true.

    If you want RadListBox to postback after reorder set the AutoPostBackOnReorder property to true.

    In case you want to enable reordering only via drag and drop you can hide the reordering butons by setting the ShowReorder property to false:

    <telerik:RadListBox AllowReorder="True" EnableDragAndDrop="True">
    	<ButtonSettings ShowReorder="False" />
    </telerik:RadListBox>
    

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs" Inherits="ListBox_Examples_Functionality_Reorder_DefaultCS" %>

    <%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart" %>
    <%@ Register TagPrefix="qsf" TagName="Header" Src="~/Common/Header.ascx" %>
    <%@ Register TagPrefix="qsf" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
    <%@ Register TagPrefix="qsf" TagName="Footer" Src="~/Common/Footer.ascx" %>
    <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <qsf:HeadTag runat="server" ID="Headtag1" />
        <style type="text/css">
        #ConfiguratorPanel1 ul
        {
            list-style:none;
            padding:0;
        }
        
        #ConfiguratorPanel1 .dependant
        {
            padding-left: 10px;
        }
        </style>
    </head>
    <body class="BODY">
        <form runat="server" id="mainForm" method="post">
        <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
        <qsf:Header runat="server" ID="Header1" NavigationLanguage="C#" />
            <qsf:ConfiguratorPanel ID="ConfiguratorPanel1" runat="server" Expanded="true" Orientation="Vertical">
                <ul>
                    <li>
                        <asp:CheckBox runat="server" ID="AllowReorderCheckBox" AutoPostBack="true" Checked="true" Text="Allow reorder" />
                    </li>
                    <li class="dependant">
                        <asp:CheckBox runat="server" ID="AutoPostBackOnReorderCheckBox" AutoPostBack="true" Checked="true" Text="Postback on reorder" />
                    </li>
                    <li class="dependant">
                        <asp:CheckBox runat="server" ID="DragDropCheckBox" AutoPostBack="true" Checked="true" Text="Reorder via drag and drop" />
                    </li>
                    <li class="dependant">
                        <asp:CheckBox runat="server" ID="ShowReorderButtons" AutoPostBack="true" Checked="true" Text="Show reorder buttons" />
                    </li>
                </ul>
            </qsf:ConfiguratorPanel>
            <telerik:RadListBox runat="server" ID="RadListBox1" Height="200px" Width="200px" SelectionMode="Multiple">
                <Items>
                    <telerik:RadListBoxItem Text="Argentina" />
                    <telerik:RadListBoxItem Text="Australia" Selected="true"/>
                    <telerik:RadListBoxItem Text="Brazil" />
                    <telerik:RadListBoxItem Text="Canada" />
                    <telerik:RadListBoxItem Text="Chile" />
                    <telerik:RadListBoxItem Text="China" />
                    <telerik:RadListBoxItem Text="Egypt" />
                    <telerik:RadListBoxItem Text="England" />
                    <telerik:RadListBoxItem Text="France" />
                    <telerik:RadListBoxItem Text="Germany" />
                    <telerik:RadListBoxItem Text="India" />
                    <telerik:RadListBoxItem Text="Indonesia" />
                    <telerik:RadListBoxItem Text="Kenya" />
                    <telerik:RadListBoxItem Text="Mexico" />
                    <telerik:RadListBoxItem Text="New Zealand" />
                    <telerik:RadListBoxItem Text="South Africa" />
                    <telerik:RadListBoxItem Text="USA" />
                </Items>        
            </telerik:RadListBox>
        <qsf:Footer runat="server" ID="Footer1" />
        </form>
    </body>
    </html>

Get more than expected!

 
 

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2024 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451