Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
520
Skinning +/- buttons in hierarchical UltraWebGrid
posted

I am using an UltraWebGrid bound to a DataSet,  in hierarchical mode.  Is there a way of skinning those ugly +/- expand/collapse buttons?  

Parents
No Data
Reply
  • 520
    posted

    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.

Children
No Data