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

EditRowOptions

Provides additional options for the editRow method. See example.

typescript
public onEdit(grid: GridComponent): void {
  grid.editRow(2, { skipFocus: true, columnIndex: 1 });
}
NameTypeDefaultDescription

columnIndex?

number

Sets which column receives focus after the row editor opens. The first column receives focus by default.

skipFocus?

boolean

If set to true, skips focusing the row's edit element. Defaults to false.

Not finding the help you need?
Contact Support