The following tables list the members exposed by GridRecordItemCollection.
Name | Description | |
---|---|---|
GridRecordItemCollection Constructor | Initializes a new instance of the GridRecordItemCollection class. |
Name | Description | |
---|---|---|
Count | Number of items in the collection. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) | |
Grid | Reference to the grid the items belong to. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) | |
Item | Gets the GridRecordItem at the specified index. Note: these items are created on demand. | |
Record | The record the items belong to. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) |
Name | Description | |
---|---|---|
FindItemByKey | Gets the GridRecordItem by the specified Column Key. | |
GetValue | Overloaded. Gets value of an item by its index. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) | |
IndexOf | Locates and returns index of an item. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) | |
Reset | Clears the collection if not null (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) |
Name | Description | |
---|---|---|
CreateControlDataItem | Overloaded. Overridden. Creates a new GridRecordItem that can be added to the collection. | |
LoadViewState | Load data modified at run time. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) | |
SaveViewState | Save data modified at run time. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection) |