Version

GridRecordItem Class Members

The following tables list the members exposed by GridRecordItem.

Public Constructors
 NameDescription
Public ConstructorGridRecordItem ConstructorInitializes a new instance of the GridRecordItem class.  
Public Properties
 NameDescription
Public PropertyColumnReference to the column the item is associated with.  
Public PropertyCssClassCSS 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 {}.  
Public PropertyIndexReturns the index of this item in the owner collection (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public PropertyOwnerReturns the owner collection (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public PropertyRowReference to the Row the item is associated with  
Public PropertyTemplateGets 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)
Public PropertyTemplateIdID of Template within the TemplateCollection. Identifies the template to use for this ControlDataItem. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public PropertyTextText representation of the record item.  
Public PropertyTooltipTooltip for the record item.  
Public PropertyValueReturns the value of the item (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Protected Properties
 NameDescription
Protected PropertyGridReference to the owner grid  
Protected PropertyViewStateReturns a StateBag for saving ViewState (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public Methods
 NameDescription
Public MethodEnsureTemplateThis method ensures that the template for this item is instantiated. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public MethodFindControlThis 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)
Protected Methods
 NameDescription
Protected MethodGenerateAttributesOverridden. Ensures that certain attributes are rendered on the GridRecordItem  
Protected MethodGetTextNodeOverridden. 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.  
Protected MethodNotifyPropertyChangeThis notifies the Record that a property has changed (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
See Also