IE7 cell rendering problems - not resizing properly in dhtml

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
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
tag.



Thanks,



Cory

Add the next line to the grid’s init

grid.enableMultiline(true)