dhtmlxGrid

Can we able to create customice method so that same can be used to assign gird to div creating dynamically


You can change grid’s parent object with method:


mygrid.attachToObject(document.getElementById(objId));


You can change grid’s parent object with method:


mygrid.attachToObject(document.getElementById(objId));