moves focus to the active editor
id | object | the id of the cell |
$$("mylist").focusEditor({
row:2,
column:"title"
});
The id of the cell is an object with two attributes:
If the component has no active editors, the command does nothing.