Announcement

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

    How to set different background color to each headerspan of ListGrid.

    Hi,

    I want to differentiate my each header span with different background color in a ListGrid. Currently we can use setHeaderBaseStyle() to apply background color to all headers of the ListGrid. Is there any way to apply background color to each header span?

    Thanks,
    Mehul

    #2
    Originally posted by mehul_lucky4u
    Hi,

    I want to differentiate my each header span with different background color in a ListGrid. Currently we can use setHeaderBaseStyle() to apply background color to all headers of the ListGrid. Is there any way to apply background color to each header span?

    Thanks,
    Mehul
    Sorry I forgot to mention version of smart GWT it is - SmartClient Version: SNAPSHOT_v8.3d_2012-05-28/LGPL Development Only (built 2012-05-28)

    Comment


      #3
      ListGridField#setHeaderBaseStyle: http://www.smartclient.com/smartgwt/...lang.String%29

      Comment

      Working...
      X