New to Kendo UI for Angular? Start 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 });
}
Name | Type | Default | Description |
---|---|---|---|
columnIndex? |
|
Sets which column receives focus after the row editor opens. The first column receives focus by default. | |
skipFocus? |
|
If set to |