The following tables list the members exposed by ContainerGridRecordCollection.
Name | Description | |
---|---|---|
ContainerGridRecordCollection Constructor |
Name | Description | |
---|---|---|
_trackingJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
ControlMain | The grid that owns the record collection. | |
Count | Number of items in the collection. (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection) | |
IsReadOnly | Returns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
Item | Gets the ContainerGridRecord at the specified index. Note: these items are created on demand. |
Name | Description | |
---|---|---|
Grid | Reference to the grid that owns the record collection. | |
HasViewStateJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
TemporaryRecord | Gets/sets a temporary record (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection) | |
ViewStateJournal | The parent owner to which this object belongs. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Add | Adds a record to the collection. (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection) | |
Clear | Overloaded. Clears the collection. (Inherited from Infragistics.Web.UI.GridControls.GridRecordCollection) | |
Contains | Returns true if the collection contains this item (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
CreateRecord | Overridden. Overrides creating of the record so it participates in the grid rendering. | |
FromIDPair | Locates and returns a record by an ID pair. | |
FromKey | Locates and returns a record from the collection by its key. | |
GetCellFromIDPair | Searches the record collection for the record with ItemIDPair.RecordIDPair and then if the record is found continues the serch in that record for the item with associated field of ItemIDPair.FieldIDPair. (Inherited from Infragistics.Web.UI.GridControls.GridRecordCollection) | |
GetEnumerator | Returns an enumerator for this collection of records (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection) | |
GetItemFromIDPair | Gets an item from the collection using its ID pair. (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection) | |
IndexOf | Returns the index of the object in the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
Remove | Removes the specified collectionObject if found in the collection. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
RemoveAt | Overridden. Removes at index from the collection. | |
SetDirty | Marks the ViewState of every object in the collection as Dirty so that it gets stored for round tripping to the client and back. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
ClearChildControls | Overridden. Loops through all the rows and clear the rowIsland collection for each row as well as calls ClearTemplates() method of the base class. | |
ClearTemplates | Clears cell templates for the row (Inherited from Infragistics.Web.UI.GridControls.GridRecordCollection) | |
CreateTemporaryRecord | Creates the temporary record (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection) | |
CreateViewStateJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
GenerateAttributes | Ensures that certain attributes are rendered on the GridRecordCollection (Inherited from Infragistics.Web.UI.GridControls.GridRecordCollection) | |
InternalAdd | Appends the object to the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InternalClear | Overloaded. Clears the internal collection data structure (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InternalMove | Moves an item from one index to another within the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InternalRemove | Overloaded. Removes an item from the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
LoadViewState | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
LoadViewStateItems | (Inherited from Infragistics.Web.UI.Framework.SparseObjectCollection) | |
OnClear | Clears associated Templates when the collection is cleared. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnItemViewStateLoaded | Called when an items view state has been loaded (Inherited from Infragistics.Web.UI.GridControls.GridRecordCollection) | |
OnRemove | Clears associated Template when an object is removed from the collection. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnValidate | (Inherited from Infragistics.Web.UI.Framework.SparseObjectCollection) | |
SaveViewState | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
SaveViewStateItems | (Inherited from Infragistics.Web.UI.Framework.SparseObjectCollection) |