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

ASP.NET MVC Editor Inline Editing

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
inline_editing.cshtml
Inline_EditingController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC 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 MVC 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 a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC 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 the ThemeBuilder.

Support & Learning Resources

Additional Resources