Version

GridRenderer Class Members

The following tables list the members exposed by GridRenderer.

Public Constructors
 NameDescription
Public ConstructorGridRenderer Constructor  
Public Fields
 NameDescription
Public FieldClientAttributeIndex  
Public FieldClientAttributeKey  
Public FieldClientAttributeSubMkr  
Public FieldClientAttributeText  
Public FieldXslCommentThe string to generate a node that will create a comment after the xsl is applied  
Public FieldXslSpaceXSL space  
Protected Fields
 NameDescription
Protected Field_designMode  
Protected Field_grid  
Protected Field_tableWidth  
Protected FieldhtmlWriter  
Protected Fieldo  
Public Properties
 NameDescription
Public PropertyClientIDProvides access to the clientID for the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Public PropertyDesignModeReturns true if the Control is currently in Design Mode. False is returned otherwise. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Public PropertyGridReference to the WebDataGrid to which the renderer belongs to.  
Public PropertyPageProvides access to the Page object of the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Public PropertyUniqueID (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected Properties
 NameDescription
Protected PropertyControlProvides access to the Control or ControlMain that the object is associated with. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected PropertyRunBotProvides access to the RunBot object for the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected PropertyStyleBotProvides access to the StyleBot object for the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Public Methods
 NameDescription
Public MethodGenerateRecordsXsl  
Public MethodGenerateXsl  
Public MethodIsLegalXmlCharWhether a given character is allowed by XML.  
Protected Methods
 NameDescription
Protected MethodAddAttributesToRenderAdds all of the standard attributes to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddStandardAttributesToRenderOverloaded. Adds attributes from the Attributes collection of the control to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddStandardPropertiesToRenderAdds standard properties of a WebControl to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddStyleAttributeToRenderAdds style attribute to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddXAttributeOverloaded. Writes multiple attribute string to the HtmlTextWriter (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddXAttributeToClassNameWrite class to writer with extra attribute. That method can be used only for the html element of main control which has normal id. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAfterContentFires a rendering event after the grid content rendering.  
Protected MethodAfterGridFires rendering event after the grid's HTML.  
Protected MethodAfterGridLiteralNodeMatchFires rendering event after the grid's literal node match.  
Protected MethodApplyTemplateRecord  
Protected MethodBeforeContentFires a rendering event before the grid content rendering.  
Protected MethodBeforeGridFires rendering event before the grid's HTML.  
Protected MethodBeforeGridLiteralNodeMatchFires rendering event before the grid's literal node match.  
Protected MethodCaptionMatch  
Protected MethodCaptionSizeRowMatch  
Protected MethodColumns  
Protected MethodContentTrailFires rendering event at the end of the content DIV.  
Protected MethodCreateRowIdGenerates a row id for the row that is currently being rendered.  
Protected MethodFieldCaptionsEnd  
Protected MethodFieldCaptionsStart  
Protected MethodFieldMatch  
Protected MethodFieldsMatch  
Protected MethodFooterMatch  
Protected MethodFooterSizeRowMatch  
Protected MethodFootingArea  
Protected MethodFootingAreaMatch  
Protected MethodFrame  
Protected MethodGetComputedContainerHeight  
Protected MethodGetVSIntersectionsHTML  
Protected MethodGridMatch  
Protected MethodHeaderLayoutMatch  
Protected MethodHeaderMatch  
Protected MethodHeaderSizeRowMatch  
Protected MethodHeadingArea  
Protected MethodHeadingAreaMatch  
Protected MethodHorizontalScrollbar  
Protected MethodItemMatchRender a td for a GridItem  
Protected MethodItemsMatch  
Protected MethodLiteralNodeMatchFires rendering event on literal node match.  
Protected MethodNewLineWrites a newline character combination to the output stream when DEBUG is defined. Performs a no-op otherwise. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodRecordMatchGenerates the xsl to create a tr for a grid row.  
Protected MethodRecordMatchContent  
Protected MethodRecords  
Protected MethodRecordsMatch  
Protected MethodRenderClientStateFieldRenders a hidden data field where clientState can be stored for the page submit and sent back to the server (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodRootMatch  
Protected MethodToolRowMatch  
Protected MethodVerticalScrollbar  
See Also