Table of Contents

Configuring Inline Editing

Tip

This configuration is only for the Kendo ADM. If you are using the latest ADM version, refer to the latest configuration

Specifying the Inline Editing Data Set

An Update view needs a SingleRecord view configured. This SingleRecord view is used for retrieving the data for the record that will be edited. Using the same SingleRecord view to retrieve all the data for inline editing would cause a huge performance penalty. Therefore we have to first configure a MultiRecord view on the Update view.

This article will guide you through the extra configuration on the Update view to specify the data set that will be used for inline editing.

  1. Click on the Update view.
  2. Select the MultiRecord view as Multi Record View For Inline Editing.

Update multi record view

  1. Save the changes.

The MultiRecord view that is chosen, will be used to retrieve all the records of the current page before entering inline editing. If you specify an Update view for inline editing without this configuration, the object can't be saved and you will receive the following notification:

Could not save object

Tip

Make sure that the MultiRecord view returns at least the fields of the update view. Unexpected behavior will occur because values are missing.

Configuring Inline Editing on MultiRecord View

  1. Select the MultiRecord view.

  2. Open the Views tab.

  3. Check Update Enabled.

  4. Select the Update View configured earlier.

  5. Select an Inline Editing modus.

    Configure batch inline editing

  6. Save the changes.

The following Inline Editing modes are supported:

Modus Description
None Disable Inline Editing
Batch Edit multiple records and save in a single batch.

Unsupported Controls

The media control is not (yet) supported in inline editing to make sure performance is guaranteed.

To ensure usability while using inline editing, some controls will be rendered differently:

  • WYSIWYG Editor as a normal Text Area.
  • Data source RadioButtonsOrCheckboxes as List when Multi Value is turned off, and as a multi value Picker with validation if Multi Value is on.
  • Data source MultiRecord as a Picker.