Announcement

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

    Merging cells in Listgrid

    Hi Isomorphic,

    I would like to merge cells in List grid.
    Refer attached screenshot.
    How to achieve this in Listgrid?

    If not, is there any other possibility to achieve it?

    I'm using SmartGWT Pro 6.1 version.

    Thanks in advance.

    Attached Files

    #2
    See listGrid.getRowSpan(). However, if your data model is naturally a "data cube" - multiple independent dimensions allowing the dataset to be viewed from multiple orientations - consider the CubeGrid component, part of the Analytics package.

    Comment

    Working...
    X