SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GroupFooter  class

The row added as a last row of group row in most cases to display the sum of Grid Rows included in Group Row

Like other grid rows, since it is created and removed within grid, you do not need to directly create this class object. 

Base Classes
GridRow > DLBase
Constructor
function GroupFooter ();
Inherited Properties
GridRow.childIndex
GridRow.dataIndex
GridRow.dataSource
GridRow.dataState
GridRow.index
GridRow.leaf
GridRow.level
GridRow.merged
GridRow.next
GridRow.parent
GridRow.parentIndex
GridRow.prev
GridRow.rowState
GridRow.visible
Inherited Methods
DLBase.assign
GridRow.ctor
GridRow.getAncestor
GridRow.getAncestors
DLBase.getProperties
DLBase.getProperty
GridRow.getRowData
GridRow.getRowObject
GridRow.getSiblings
GridRow.getUncles
GridRow.getValue
GridRow.isDescendantOf
GridRow.makeVisible
DLBase.setProperties
DLBase.setProperty
GridRow.setValue
DLBase.toggle

 

See Also
GroupRow
GroupRow.footer
Examples
Row Grouping
Merged Mode Grouping