ASP.NET MVC Controls | ComponentOne
In This Topic
    AllowMerging Enum
    In This Topic
    File
    wijmo.grid.js
    Module
    wijmo.grid

    Specifies constants that define which areas of the grid support cell merging.

    Members

    Name Value Description
    None 0

    No merging.

    Cells 1

    Merge scrollable cells.

    ColumnHeaders 2

    Merge column headers.

    RowHeaders 4

    Merge row headers.

    AllHeaders ColumnHeaders | RowHeaders

    Merge column and row headers.

    All Cells | AllHeaders

    Merge all areas.