Check documentation for the latest version of dhtmlxSuite progressOff DHTMLX Docs

progressOff

hides the progress indicator in a cell

void progressOff();

Example

dhxComponent.cells(id).progressOff();

Back to top