RealGrid2 API
Interface
RowGroupFooter

RowGroupFooter

Grid Group Footer Model

Signature:

export interface RowGroupFooter

Events

PropertyTypeDescription
cellStyleCallbackCellStyleCallbackA callback to specify the style applied to each column of the group footer
styleCallbackGroupFooterStyleCallbackCallbacks for styling

Properties

PropertyTypeDescription
exportStyleNamestringStyle name to be applied when exporting to Excel
styleNamestringStyle class name applied to group footer row

Events Desc

cellStyleCallback

Callback to specify the style applied to each column of the group footer

Type - CellStyleCallback

Remarks:

See CellStyleCallback


styleCallback

Callbacks for styling

Type - GroupFooterStyleCallback

Remarks:

See GroupFooterStyleCallback


Properties Desc

exportStyleName

Style name to be applied when exporting to Excel

Type - string


styleName

Style class name applied to group footer row

Type - string