:: Forum >>

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
Thursday, March 31, 2005
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
Thursday, March 31, 2005
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
Friday, January 13, 2006

This topic is archived.


Back to support forum

Forum search