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