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