Check documentation for the latest version of dhtmlxSuite setActive DHTMLX Docs

setActive

sets the grid active to make key navigation possible

void setActive(boolean mode);
modebooleanset focus on/off the grid

Example

mygrid.setActive(true);

Back to top