Version

GridClientRenderer Class Members

The following tables list the members exposed by GridClientRenderer.

Public Constructors
 NameDescription
Public ConstructorGridClientRenderer ConstructorCreates object  
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. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
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 MethodGenerateCellTemplateOverloaded. Creates the JQuery template for the grid cells (TDs)  
Public MethodGenerateEmptyRowsTemplateCreates the html for the empty rows template and returns it as string.  
Public MethodGenerateRecordsXsl (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Public MethodGenerateRowTemplateCreate the row template.  
Public MethodGenerateXsl (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Public MethodIsLegalXmlCharWhether a given character is allowed by XML. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
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. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodAfterGridFires rendering event after the grid's HTML. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodAfterGridLiteralNodeMatchFires rendering event after the grid's literal node match. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodApplyTemplateRecordOverridden. Creates the XLST for the Record node  
Protected MethodBeforeContentFires a rendering event before the grid content rendering. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodBeforeGridFires rendering event before the grid's HTML. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodBeforeGridLiteralNodeMatchFires rendering event before the grid's literal node match. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodCaptionMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodCaptionSizeRowMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodColumns (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodContentTrailFires rendering event at the end of the content DIV. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodCreateRowIdGenerates a row id for the row that is currently being rendered. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodFieldCaptionsEnd (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodFieldCaptionsStart (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodFieldMatchOverridden. Creates the XLST for the Field node  
Protected MethodFieldsMatchOverridden. Creates the XLST for the Fields node  
Protected MethodFooterMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodFooterSizeRowMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodFootingArea (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodFootingAreaMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodFrame (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodGetComputedContainerHeight (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodGetVSIntersectionsHTML (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodGridMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodHeaderLayoutMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodHeaderMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodHeaderSizeRowMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodHeadingArea (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodHeadingAreaMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodHorizontalScrollbar (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodItemMatchRender a td for a GridItem (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodItemsMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodLiteralNodeMatchFires rendering event on literal node match. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
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. (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodRecordMatchContent (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodRecordsOverridden. Creates the XSLT for the Records node.  
Protected MethodRecordsMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
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 (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodToolRowMatch (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
Protected MethodVerticalScrollbar (Inherited from Infragistics.Web.UI.GridControls.GridRenderer)
See Also