Rank: Advanced Member Groups: Member
Joined: 11/12/2008 Posts: 42
|
Can I place an image inside a grid cell???
just like an flag???
tks...
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can use a StaticColumn and set the column's DataFormat to something like "<img src='{0}' />". If your data source contains the image url, the url will be filled into that format string and you will have an image tag in your cell.
Thanks!
|