3.2.0

Insert different images into the grid

hi,
i have a issue problem with inserting images into the grid. i get my data for the grid from an oracle database. for every record there is a field with a different image-url like 'http://localhost:8081/test/images/companylogo.gif'.
how can i insert this image (like an <img src=''>) tag to the grid ?

thanks for your help.
Newbie
February 28,
<img src=''>
<img src=''>
March 1,
<img src=''http://localhost:8081/test/images/companylogo.gif">
put the URL in quotations and put <img srg="...">
October 19,
javascript function load image
July 6,

This topic is archived.

See also:


Back to support forum