I use ListGridField.setBaseStyle(<my-css-class>) to style a ListGridFieldType.LINK field. I noticed that with IE9 all style instructions seem to have been copied inline to the <td>-element. Does SmartGWT do that? Don't think the IE dev tools fool me...
This becomes a problem with instructions like background: url(../images/external_link.png). When the stuff is inline the relative URL reference needs to be different -> image is not displayed.
Any clues?
This becomes a problem with instructions like background: url(../images/external_link.png). When the stuff is inline the relative URL reference needs to be different -> image is not displayed.
Any clues?
Comment