SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GroupRow  class

The row which can have child GridRow rows. 

You can check the number of included rows by count and get child rows by getChild. And, you can expand or hide child rows by expanded property. When it has done row grouping, group header and Group Footer are group rows. TreeRow is also 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
Inherited Classes
TreeRow
Constructor
function GroupRow ();
Properties
children
collapsed
count
descendantCount
expanded
first
firstLeaf
footer
last
lastLeaf
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
Methods
getAvg
getChild
getDescendants
getLeaves
getMax
getMin
getNumber
getStdev
getSum
getVar
indexOf
isDescendant
visit
visitAll
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
RowGroup
Examples
Row Grouping