Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Muhammad Jafer on Jul 03, 2009 20:58
open dhtmlx forum
Height of row containg Image

Hi guys

I have grid that have a column of image. This column size and row is automatically adjusted according to the size of image. This scenario is true in case of firefox and mozilla but internet explorer is not resizing the column and row automatically. Please advice what should be the solution. Remember i am loading headers as well as data from XML file.
Answer posted by dhxSupport on Jul 06, 2009 00:48
In case of using "img" eXcell type multi line mode should be enabled. Place following line before mygrid.init():
mygrid.enableMultiline(true);