New to Kendo UI for VueStart 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
}
Not finding the help you need?
Contact Support