The following tables list the members exposed by GridRow.
Name | Description | |
---|---|---|
GridRow Constructor |
Name | Description | |
---|---|---|
cell | Returns a cell by its index. | |
cellByColumn | Returns a cell by its column. | |
cellByColumnKey | Returns a cell by its column key. | |
cellCount | Returns number of cells in the row. | |
dataKey | Returns data key of the row. It is always an array of objects even in a case of a single data key field. | |
grid | Returns reference to the grid that owns the row. | |
idPair | Gets the ID pair of the row. | |
index | Returns index of the row inside of its container collection. | |
tag | Returns the Tag property value that is set on the server. |
Name | Description | |
---|---|---|
dispose | Final clean up method. The method is called automatically by the framework. | |
initialize | Initializes the row. The method is called automatically by the framework. | |
isDataKeyEqual | Compares provided data key with the row's data key and returns a boolean value indicating whether these are equal. |