RealGrid2 API
Interface
RowGroupFooterCollection

RowGroupFooterCollection

Collection model for grid group footer area

Signature:

export interface RowGroupFooterCollection

Remarks

Create and manage the group footer of the grid.

Example

gridView.rowGroup.setFooters([
      {
          styleName: 'group-footer-1'
      }, {
          styleName: 'group-footer-2'
      }
])

Properties

PropertyTypeDescription
countnumberNumber of footers displayed
itemsRowGroupFooter[]Items in the group footer

Methods

MethodTypeDescription
get(index)get?(index: number): RowGroupFooter;Retrieves the group footer of the specified index.

Properties Desc

count

Number of footers displayed

Type - number


items

Items in the group footer

Type - RowGroupFooter[]


Method Desc

get

Retrieves the group footer of the specified index.

[Parameter List]

index - number

Footer index

[Return Value] - RowGroupFooter