The following tables list the members exposed by GridRecordItem.
Name | Description | |
---|---|---|
GridRecordItem Constructor | Initializes a new instance of the GridRecordItem class. |
Name | Description | |
---|---|---|
Column | Reference to the column the item is associated with. | |
CssClass | CSS class name that should be assigned to the item. The CSS class definition needs to be done using the selector as following: TBODY > TR > TD.newItemCssClass {}. Or to be compatible with Internet Explorer 6: TBODY TR TD.newItemCssClass {}. | |
Index | Returns the index of this item in the owner collection (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) | |
Owner | Returns the owner collection (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) | |
Row | Reference to the Row the item is associated with | |
Template | Gets or Sets a reference to an ITemplate object that determines a specific template instantiation for this particular ControlDataItem. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) | |
TemplateId | ID of Template within the TemplateCollection. Identifies the template to use for this ControlDataItem. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) | |
Text | Text representation of the record item. | |
Tooltip | Tooltip for the record item. | |
Value | Returns the value of the item (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) |
Name | Description | |
---|---|---|
Grid | Reference to the owner grid | |
ViewState | Returns a StateBag for saving ViewState (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) |
Name | Description | |
---|---|---|
EnsureTemplate | This method ensures that the template for this item is instantiated. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) | |
FindControl | This method searches for a locates control objects within the TemplateContainer associated with this UIObject by using the Id parameter to match against control Ids. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) |
Name | Description | |
---|---|---|
GenerateAttributes | Overridden. Ensures that certain attributes are rendered on the GridRecordItem | |
GetTextNode | Overridden. Overriden. Initializes and returns a text node of the record item. The node contains attributes and the text value need for rendering of the record item. | |
NotifyPropertyChange | This notifies the Record that a property has changed (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) |