New to Telerik UI for ASP.NET Core? Download free 30-day trial

ASP.NET Core Editor Inline Editing

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
inline_editing.cshtml
Inline_EditingController.cs
Inline_Editing_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

The Telerik UI for ASP.NET Core Editor supports a variety of editing options including an inline editing mode. Inline editing enables you to edit the data upon a row Edit button click and save the changes that have been made.

This example shows how to use the Core Editor to edit parts of the page inline and at the same time keep the real layout and appearance. To turn on the inline editing mode of the Editor, set the .Tag("param") configuration, where the param parameter has to be a valid contentEditable element as the div used in this demo. If the Tag attribute is not set, the WYSIWYG editor will be rendered in its default TextArea mode.

Note that Editor components that are instantiated from a contentEditable element will not post their value to the server when submitted within a form. To submit these, refer to the section about posting the inline editor value.

Additional Apps

This Editor example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources