New to KendoReactLearn about KendoReact Free.

EditDescriptor

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