[]
        
(Showing Draft Content)

CellTemplateType Enumeration

CellTemplateType Enumeration

Defines the type of cell to which the template applies. This value is specified in the cell-type attribute of the wijmo.angular.grid.WjFlexGridCellTemplate directive.

Enumeration members

BottomLeft

BottomLeft: = 9

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

Cell

Cell: = 0

Defines a regular (data) cell.

CellEdit

CellEdit: = 1

Defines a cell in edit mode.

ColumnFooter

ColumnFooter: = 8

Defines a column footer cell.

ColumnHeader

ColumnHeader: = 2

Defines a column header cell.

Group

Group: = 7

Defines a regular cell in a group row.

GroupHeader

GroupHeader: = 6

Defines a group header cell in a group row.

RowHeader

RowHeader: = 3

Defines a row header cell.

RowHeaderEdit

RowHeaderEdit: = 4

Defines a row header cell in edit mode.

TopLeft

TopLeft: = 5

Defines a top left cell.