I used the following code to add an image in an UltraWebGrid:
UltraWebGrid1.Rows(i).Cells(0).Style.CustomRules = "Background-repeat:no-repeat"
UltraWebGrid1.Rows(i).Cells(0).Style.Height = 70
UltraWebGrid1.Rows(i).Cells(0).Style.Width = 70
However the I only get part of the original image in the UltraWebGrid cell. I need to know if there is any way I could resize the image (for e.g. setting the height and width to 70) to fit in the UltraWebGrid cell.
Thanks
I would say no, because the only thing that happens with the url and the rules is this:
<td style="width:70px;height:70px;background-image:url(http://localhost/UltraWebGridPic/recyc.jpg); Background-repeat:no-repeat;"><nobr>text</nobr></td>