I am using an UltraWebGrid bound to a DataSet, in hierarchical mode. Is there a way of skinning those ugly +/- expand/collapse buttons?
Indeed there is. The following css block will do the trick:
th image { border:solid 2px red;}
I haven't had luck with replacing the cheesy stock '+' image. If someone figures it out, please let me know.