The following tables list the members exposed by GridRowCollection.
Name | Description | |
---|---|---|
GridRowCollection Constructor |
Name | Description | |
---|---|---|
cellFromIDPair | Returns a cell by its ID pair. If the cell is not instantiated yet it is being created and returned. | |
grid | Returns reference to the grid that owns the collection. | |
length | Returns actual number of rows in the collection regardless of how many were instantiated. | |
row | Returns a row by its index. If the row is not instantiated yet it is being created and returned. | |
rowFromIDPair | Returns a row by its ID pair. If the row is not instantiated yet it is being created and returned. | |
rowFromKey | Returns a row by its data key. If the row is not instantiated yet it is being created and returned. |
Name | Description | |
---|---|---|
add | Creates and adds a row to the collection. | |
addRowCreatedEventHandler | Adds a listener to the RowCreated internal event. | |
dispose | Disposes of the collection object. The method is called automatically by the framework. | |
initialize | Initializes the collection. The method is called automatically by the framework. | |
remove | Removes a row from the collection. |