SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GridRow  class

It is the model indicating one row of Grid View or Tree View. It can be the one which is connected to data row of DataSet or header or footer of rows which have done grouping. Grid displays these rows rather than data set rows. Please refer to Row Model Overview for more details. 

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

 

See Also
GridView
TreeView
DataSet
Row Model Overview
Examples
RowGrouping