returns status bar object attached to a cell
object | status bar instance |
var myStatusBar = dhxComponent.cells(id).attachStatusBar();
// somewhere in a different place
var attachedStatusBar = dhxComponent.cells(id).getAttachedStatusBar();
Back to top