[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.AllowMerging

AllowMerging Enum

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

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum AllowMerging

Fields

Name Description
All

Merge all areas.

AllHeaders

Merge column and row headers.

Cells

Merge scrollable cells.

ColumnHeaders

Merge column headers.

None

No merging.

RowHeaders

Merge row headers.