- ActionSheetUpdated
- AI Prompt
- AppBar
- Arc Gauge
- Area Charts
- AutoComplete
- Avatar
- Badge
- Bar Charts
- Barcode
- BottomNavigation
- Box Plot Charts
- Breadcrumb
- Bubble Charts
- Bullet Charts
- Button
- ButtonGroup
- Calendar
- Captcha
- Cards
- ChartUpdated
- Chart API
- Chart Wizard
- Chat
- CheckBox
- CheckBoxGroup
- Chip
- ChipList
- Circular Gauge
- Circular ProgressBar
- ColorGradient
- ColorPalette
- ColorPicker
- ComboBox
- DataSource
- DateInput
- DatePicker
- DateRangePicker
- DateTimePicker
- Diagram
- Dialog
- DockManager
- Donut Charts
- Drawer
- DrillDown Charts
- DropDownButton
- DropDownList
- DropDownTree
- EditorUpdated
- ExpansionPanel
- FileManagerUpdated
- Filter
- FlatColorPicker
- FloatingActionButton
- FormUpdated
- Funnel Charts
- Gantt
- Globalization
- GridUpdated
- Overview
- Basic Usage
- Data Binding
- Exporting
- Data Editing
- Scrolling
- Filtering
- Functionality
- Group Paging of Remote Data
- Toolbar ToolsNew
- Server Grouping with Virtualization
- Sorting
- Search Panel
- Selection
- Selection Aggregates
- Checkbox Selection
- Aggregates
- Server Aggregates
- Paging
- Hierarchy
- State Persistence
- Pager Functionality
- Responsive Columns
- Hiding Grouped Columns
- Drag and Drop
- Sizing
- Context Menu
- Row & Column Spanning
- Row Resizing
- Paste from Excel
- Chart Integration
- Templates
- Columns
- API
- Accessibility and Internationalization
- GridLayout
- HeatMap
- ImageEditorUpdated
- Line Charts
- Linear Gauge
- ListBox
- ListView
- Loader
- Map
- MaskedTextBox
- MediaPlayer
- MenuUpdated
- MultiColumnComboBox
- MultiSelect
- MultiViewCalendar
- Notification
- NumericTextBox
- OrgChart
- OTP Input
- PagerUpdated
- PanelBar
- PDF Export
- PdfProcessing
- PDFViewerUpdated
- Pie Charts
- PivotGrid
- PivotGridV2
- Polar Charts
- Popover
- ProgressBar
- PropertyGrid
- Pyramid Charts
- QRCode
- Radar Charts
- Radial Gauge
- RadioButton
- RadioGroup
- Range Area Charts
- Range Bar Charts
- Rating
- Reporting Integration
- Responsive Panel
- Ripple Container
- Sankey Diagram
- Scatter Charts
- Scheduler
- Overview
- Basic Usage
- Adaptive Rendering
- Functionality
- Adaptive Slot Height
- Auto Event Height
- Year View
- Timeline view
- Timeline Overnight view
- Custom Toolbar
- Event Selection
- Import and Export to iCal
- PDF Export
- Search Events
- Resources
- Horizontal Grouping
- Vertical Grouping
- Virtual Vertical Grouping
- Hierarchical Grouping
- Date Grouping
- Templates
- Restrictions
- Event move & resize
- Change Working Days
- Highlight Ongoing Events
- Data Binding
- API
- Accessibility and Internationalization
- ScrollView
- Signature
- SkeletonContainer
- Slider
- Sortable
- Sparklines
- SplitButton
- Splitter
- SpreadProcessing
- Spreadsheet
- SpreadStreamProcessing
- StackLayout
- Stepper
- Stock Charts
- Styling
- Switch
- TabStrip
- TaskBoardUpdated
- Template
- TextArea
- TextBox
- TileLayout
- TimeDurationPicker
- Timeline
- TimePicker
- ToggleButton
- ToolBar
- Tooltip
- TreeListUpdated
- Basic Usage
- Remote Data Binding
- Checkbox Selection
- OData-v4 Binding
- Drag and Drop
- Editing
- Filter row
- InCell editing
- Popup editing
- Search Panel
- Row template
- Toolbar Template
- Column resizing
- Column reordering
- Column menu
- Multi-column headers
- Frozen columns
- Aggregates
- Persist state
- Export to Excel
- PDF Export
- Events
- APIUpdated
- Localization
- Keyboard Navigation
- Client-side Paging
- TreeMap
- TreeView
- UploadUpdated
- Validator
- Waterfall Charts
- Window
- Wizard
- WordsProcessing
- Zip Library
New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC ListBox Drag and Drop
- EXAMPLE
- VIEW SOURCE
- Change ThemedefaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
Telerik UI for ASP.NET MVC supports the drag-and-drop feature for many of its components. Depending on the specific component and scenario, dragging and dropping enable you to perform various operations in a fast and efficient way by dragging an element to a dropzone. For example, you can reorder rows inside and outside a table, implement the editing functionality in a component, or reorder tree nodes.
Whatever dragging and dropping target as a scenario, the drag-and-drop feature of the Telerik UI for ASP.NET MVC components is based and built upon on theKendo UI for jQuery Drag and Drop approach. The Drag and Drop combines thekendoDraggable
andkendoDropTarget
controls, whose capabilities seamlessly integrate with the whole suite components.
TheTelerik UI for ASP.NET MVC ListBox allows you to drag and drop items within a single ListBox (for reordering) or between connected ListBox components (for transfer).
This example demonstrates how to use the Drag and Drop functionality with two ListBoxes and update the underlying data by handling theAdd
andRemove
events. Both ListBoxes are bound to the sameDataSource
, and the changes can be saved through theSave changes button that triggers thesync()
method of theDataSource
.