focusEditor

moves focus to the active editor

void focusEditor(object id);
idobjectthe id of the cell

Example

$$("mylist").focusEditor({
    row:2,
    column:"title"
});

Related samples

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
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of web datagrid product.