Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ganesh on Mar 07, 2009 00:59
open dhtmlx forum
DHTMLXGRID IE issue..

There is an issue with the grid in IE.. If we turn the display from inline --> none --> inline on the div into which we embed the grid the headers disappears...
Answer posted by Support on Mar 09, 2009 04:33
a) the container of grid must have block type, in other case browser may ignore size settings ( may be not actual in your case, based on used doctype ) 
b) after switching grid container back to visible state try to call
            grid.setSizes()
it must normalize sizes