The following tables list the members exposed by UnboundGridRecordItem.
| Name | Description | |
|---|---|---|
![]() | UnboundGridRecordItem Constructor | Initializes a new instance of the UnboundGridRecordItem 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 {}. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem) |
![]() | 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 (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem) |
![]() | 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. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem) |
![]() | Tooltip | Tooltip for the record item. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem) |
![]() | Value | Overridden. Returns the value of the item |
| Name | Description | |
|---|---|---|
![]() | DesignTimeValue | Returns a value to be displayed at run time |
![]() | Grid | Reference to the owner grid (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem) |
![]() | 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 | Ensures that certain attributes are rendered on the GridRecordItem (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem) |
![]() | GetTextNode | 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. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem) |
![]() | NotifyPropertyChange | This notifies the Record that a property has changed (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem) |