SMART datagrid v.1 > Classes

Back  Forward

DataLudi.EditRow  class

Grid Row which is created temporarily when updating or appending row. It will be removed when committing editing. 

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

Base Classes
DataRow > GridRow > DLBase
Constructor
function EditRow (provider: ItemProvider, target: GridRow, index: Integer, dataRow: Integer, state: GridRowState);
Properties
values
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
DataRow.ctor
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
DataRow
GroupRow