focusEditor

перемещает фокус на активный редактор

void focusEditor(object id);
idobjectid ячейки

Example

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

Related samples

Details

id ячейки - это объект с двумя атрибутами:

  • row - id ряда
  • column - id колонки

Если у компонента нет активных редакторов, метод ничего не делает.

See also
Наверх
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.