Rank: Member Groups: Member
Joined: 10/20/2011 Posts: 12
|
I defined a button column in edit column. and set it as buton column. I want all cells in this column to display a background image.
I went to button style , background image and selected one of the built-in images.
But the image is not displaying. I tried the same in the Cell Style, but no image is displaying ?
Thx
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can set the ButtonColumn's ButtonType to LinkButton, then set the columns' ButtonText to include whatever HTML that renders an image. You will not be able to use built-in image directly this way, but you can find the right image from Images.zip in the installation folder and then include that image to your application and use it.
Thanks!
|