Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ravi on Feb 16, 2009 02:47
open dhtmlx forum
dhtmlxGrid

Can we able to create customice method so that same can be used to assign gird to div creating dynamically
Answer posted by dhxSupport on Feb 16, 2009 09:13

You can change grid's parent object with method:

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

Answer posted by dhxSupport on Feb 16, 2009 09:13

You can change grid's parent object with method:

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