New to Telerik UI for ASP.NET Core? Download free 30-day trial
Editing
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
editing.cshtml
EditingController.cs
EmployeeDirectoryController.cs
EmployeeDirectoryModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core TreeList comes with multiple built-in options for editing. You can easily implement it by setting the model and configuring its transport.
This demo illustrates the implementation of the Inline editing functionality by adding Create, Update, and Destroy action methods to the controller and configuring them to return a collection with the modified or deleted records in the view.
Key Editing Features
- Incell (batch) editing – implement cell editing and make and save batch updates
- Inline editing – set the edit mode to inline editing
- Popup editing – configure the TreeList for popup editing
- Editing by dragging and dropping of rows