Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tong Zou on Feb 08, 2009 20:21
open dhtmlx forum
Error this.xHdr.insertRow is not a function

I get this error this.xHdr.insertRow is not a function from firebug when I try to view my grid in Firefox. Anyone know whats causing it?
Answer posted by dhxSupport on Feb 09, 2009 07:52
The only possible reason of problem - the container used as source of grid is not attached to DOM at all ( some kind of node which was created, but not attached to DOM ) , in such case grid initialization may fail.
Answer posted on Feb 09, 2009 10:07
I have grid initialized as <div id="gridbox" height="100%" width="100%"></div> how do I check if it is attached to the DOM