Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Cory Adams on Sep 02, 2009 07:27
open dhtmlx forum
IE7 cell rendering problems - not resizing properly in dhtmlxGrid

Is there a remedy for IE7 for which cells do not render properly in IE7.

Example is that I have some content in a cell that has a <br> tag. In Firefox the cell and entire row expand to properly render the larger size of the cell but in IE7 this is not the case and some of the text is cutoff within the cell and subsequent row where the extra content is contained with the <br> tag.

Thanks,

Cory
Answer posted by Support on Sep 02, 2009 10:27
Add the next line to the grid's init

grid.enableMultiline(true)