focusEditor
moves focus to the active editor
function focusEditor( // the id of the cell id: WebixCellObject): void
Example
Section titled “Example”mygrid.focusEditor({ row:2, column:"title"});
also check the next samples:
Details
Section titled “Details”The id of the cell is an object with two attributes:
- row - the id of the row
- column - the id of the column
If the component has no active editors, the command does nothing.
See also
Section titled “See also”Articles