Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Change background color of ListGrid

    I'm trying to change the background color of a ListGrid (or TreeGrid) along with its cells to indicate that it cannot be modified. I found threads on changing the background for the theme but is there a way to change it for just one ListGrid? Thanks!

    #2
    Yes - setBackgrounColor. Note also bodyStyle and styleName, and baseStyle for actual data.

    Comment


      #3
      Thanks! ListGrid.setBodyBackgroundColor worked.

      Comment

      Working...
      X