New to Kendo UI for Vue? Start a free 30-day trial
EditDescriptor
Updated on Dec 23, 2025
The edit descriptor used to identify which data-items are in edit mode.
ts
const data = [
{ id: 0, name: 'Jane Doe' },
{ id: 1, name: 'John Doe' }
]
const edit = {
1: true
}