DHX Grid: Image getting shrinked in the row.

Hi there,

The image is getting shrinked in my grid.

Image Link: img340.imageshack.us/my.php?imag … lemhu2.jpg

The link above doesn’t point to anything.
By the way, you can attach image directly to the posts - it can be done if you adding it through full version - dhtmlx.com/docs/products/kb/index.php

Hi there,
            I have attached the file. Please look into the matter.

There are two possible reasons

a) if you are using inline HTML and by some matter the img has class=“space” it will be limited to 18px
b) by default height of row limited to 20px, you need to enable multiline mode to remove such limitaton
grid.enableMultiline(true);

Hi there,
             I tried using enableMultiline(); but still it doesn’t solve the problem in Internet Explorer.
             I have attached the image so you can have a look into it.
             I have written something like following in XML which gets created thru java.

             sidImage=path+“/images/text.png”;
             sb.append(“<![CDATA[]]>”);


      


The code which you are using must not cause any problem. I’m not sure about effect of attached behavior, can it be that it assign height of image dynamically?
The issue may be caused by the global css styles of img tag, or by behavior, the grid doesn’t set size for images loaded in such manner.

If issue still occurs for you - please provide any kind of sample or demo link where issue can be reconstructed.