Check documentation for the latest version of dhtmlxSuite setCursor DHTMLX Docs

setCursor

set virtual cursor

void setCursor(string id);
idstringid of item which need to be selected

Example

data.setCursor(123)

Back to top