New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Sortable Events
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault 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
- 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
The Telerik UI for ASP.NET Core Sortable component supports a broad set of events which enable you to provide fluent experience and smooth interaction with the component. This demo shows how to use the Start
and End
events that are triggered when the dragging starts and ends. It also features the Move
event that is triggered when placeholder of the Sortable changes its position, the Change
event that is triggered when an item is sorted and its position changed in the DOM, and the Cancel
event that is fired when the sorting of the item is canceled through the Escape
key.
The current example shows two sortable lists—one with disabled items and one with filtered items.