Check documentation for the latest version of dhtmlxSuite hideStatusBar DHTMLX Docs

hideStatusBar

hides status bar object attached to a cell

void hideStatusBar();

Example

dhxComponent.cells(id).hideStatusBar();

Back to top