New to Telerik UI for Blazor? Download Free 30-day trial
TreeList - Drag & Drop
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
First Name | Last Name | Hire Date |
---|
Daryl | Sweeney | 2/7/2012 8:00:00 PM | |
Guy | Wooten | 3/3/2010 8:00:00 PM | |
Buffy | Weber | 7/11/2011 6:00:00 PM | |
Skyler | Cleveland | 11/10/2014 12:00:00 AM | |
Priscilla | Frank | 11/30/2014 12:00:00 AM | |
Ursula | Holmes | 6/6/2011 12:00:00 AM | |
Melvin | Carrillo | 7/21/2014 12:00:00 AM | |
Martha | Chavez | 3/12/2013 12:00:00 AM | |
Oren | Fox | 5/14/2013 12:00:00 AM | |
Amos | Barr | 3/9/2010 12:00:00 AM |
- Drag-drop.razor
- EmployeeDirectoryService.cs
- EmployeeDirectoryDto.cs
Loading the demo source code...please wait.
Description
The Telerik Blazor TreeList comes with a drag and drop feature that renders column with drag handle. It is enabled through the
RowDraggable
parameter, supports drag between two TreeLists and more. You can also use the OnRowDrop
event the Treelist exposes to handle the drag and drop operations and modify the data source as per your business logic.