New to Kendo UI for jQueryStart a free 30-day trial

Inline Editing

Updated on Jul 17, 2026

The Grid provides options for editing its data inline.

To enable inline editing operations, set the editable option of the Grid to inline. For full CRUD support in this mode, add a toolbar with a Create action and a command column for the Edit and Delete operations. For a runnable example, refer to the demo on setting the inline edit mode of the Grid.

KB Articles on Inline Editing

See Also