CellTemplateType Enum

File
wijmo.angular2.js
Module
wijmo/wijmo.angular2.grid

Defines the type of cell on which a template is to be applied. This value is specified in the cellType attribute of the WjFlexGridCellTemplate directive.

Members

Name Value Description
Cell 0

Defines a regular (data) cell.

CellEdit 1

Defines a cell in edit mode.

ColumnHeader 2

Defines a column header cell.

RowHeader 3

Defines a row header cell.

RowHeaderEdit 4

Defines a row header cell in edit mode.

TopLeft 5

Defines a top left cell.

GroupHeader 6

Defines a group header cell in a group row.

Group 7

Defines a regular cell in a group row.

NewCellTemplate 8

Defines a cell in a new row template.

ColumnFooter 9

Defines a column footer cell.

BottomLeft 10

Defines a bottom left cell (at the intersection of the row header and column footer cells).