[]
        
(Showing Draft Content)

GridCellTemplateType Enumeration

GridCellTemplateType Enumeration

Defines the type of cell on which a template is to be applied. This value is specified in the cellType attribute of the frameworks' cell template components/directives.

Enumeration members

BottomLeft

BottomLeft: = 10

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: = 9

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.

NewCellTemplate

NewCellTemplate: = 8

Defines a cell in a new row template.

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.