Dojo Grids - group a set of columns and give them a common header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gaya3
    New Member
    • Aug 2007
    • 184

    Dojo Grids - group a set of columns and give them a common header

    Hi,
    In Dojo Grids,is it possible to group a set of columns and give a common header for this group.
    It is almost like summary row but i don't want to display the row in data part(display only in header).


    -COMMON HEADER-
    - A B C -----(Sub header)
    ---------------
    a1 b1 c1 ----->(sub Header data)
    ---------------
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Look at setting the colspan either as an HTML attribute or using the colSpan property.

    Comment

    Working...