Rezing

Hi

I have two important question.



1. How can i be able to set size of image in a grid like we can do it in a img tag example following



I am loading headers from XML.

2.How can i automatically adjust div which is holding grid according to the height of grid.







I would be great full for your help.

  1. If you are using “img” eXcell type, row height will be automatically adjusted according to the image size. But you can use any html inside grid’s cell:
    <![CDATA[]]>
    2. You can use auto height mode:
    mygrid.enableAutoHeight(true)
    Grid’s container will be automatically adjusted according to the number of rows in grid.