The following tables list the members exposed by GridCell.
Name | Description | |
---|---|---|
GridCell Constructor |
Name | Description | |
---|---|---|
column | Gets reference to the column object that contains the cell. | |
grid | Gets reference to the grid object that contains the cell. | |
idPair | Gets ID pair of the cell. | |
index | Gets index of the cell inside of its collection. | |
row | Gets reference to the row object that contains the cell. | |
text | Gets the cell's text. | |
value | Gets the cell's value. Can be a Date object, string, number or boolean, depending upon the column's data type. |
Name | Description | |
---|---|---|
dispose | Called whenever the object is being disposed of. | |
initialize | The method is called during initialization of the cell. Contains initializing code for the cell. | |
scrollToView | Scrolls the cell into view inside of the grid's internal container element. |