Check documentation for the latest version of dhtmlxSuite init DHTMLX Docs

init

links DataProcessor to the component

void init(object obj);
objobjecta DHTMLX component

Example

dp.init(mygrid);

Details

DataProcessor can be attached only to one component.
Calling this method a second time will cause an error.

Back to top