SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GridCell  class

Cell information object which is created for transferring cell value or state information with each other during run time. 

Since it is created and removed temporarily if necessary, you should not implement the logic relying on the corresponding state value. It can be transferred by parameter of callback functions. 

Base Classes
DLBase
Inherited Classes
GroupCell, ValueCell
Properties
error
errorLevel
index
name
row
styles
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
GridColumn
Examples
Hello Grid
Hello Tree