3.2.0

Image in rows

How I do to accordance with a status add an image in each line of grid , I want to make this in two different columns.
Valter
March 31,
Depends upon how your data is fed to the grid.
If you are specifying data within the JS on the page, it's like this:

var myData = [
["<IMG SRC='images/anyimage.gif' WIDTH=11 HEIGHT=16 HSPACE=0 VSPACE=0 BORDER=0>","Microsoft Corporation", "314,571.156", "32,187.000", "55000"]
];

It's the same procedure if using an external file.

brians
March 31,
can someone pls help me with the problem i faced.....

how do i get the image url from the database and display the images in datagrid.....

thanks....
image in datagrid
January 13,

This topic is archived.

See also:


Back to support forum