Check documentation for the latest version of dhtmlxSuite attachToObject DHTMLX Docs

attachToObject

attaches Grid to some object in DOM

void attachToObject(object obj);
objobjectobject to attach Grid to

Example

myTreeGrid.attachToObject(obj);

Back to top