Browse By Tags

  • UltraWebGrid row selector image

    Hi,
     
    I’m using the UltraWebGrid and I want to place an image on the row selector.  I have two problems.

    1)       I am setting the image using the this.uxResults.DisplayLayout.Bands[0].RowSelectorStyle.BackgroundImage property however there doesn’t seem…

  • Set different BackColor for each row selector?

     In an UltraWebGrid, it appears that there is no way to set each row's selector to it's own BackColor.  Whatever is the last BackColor set is what they all are. I tried both "row.Band.RowSelectorStyle.BackColor" and "row.RowSelectorStyle.BackColor…