getNode
returns the main HTML container for the calling object
function getNode(): voidExample
Section titled “Example”var box = dgrid.getNode();returns the main HTML container for the calling object
function getNode(): voidvar box = dgrid.getNode();