Version

ContainerGrid class Members

The following tables list the members exposed by ContainerGrid.

Public Constructors
 NameDescription
Public ConstructorContainerGrid Constructor  
Public Properties
 NameDescription
Public PropertyajaxIndicatorGets reference to instance of Infragistics.Web.UI.AjaxIndicator or null.  
Public PropertybandGets the grid's band object.  
Public PropertybehaviorsReturns the grid's behavior collection. All of the grid behaviors are contained by this collection. Behavior collection of the grid. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Propertyclientbindingprops (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertycolumnsReturns column collection of the grid.Column collection of the grid. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertydataSourceGets the data source that the WebDataGrid is displaying data for. The returned result is a json array. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertydefaultColumnWidthGets the defualt width of the columns. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Propertyelement (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyenableClientRendering (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Propertyevents (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertygroupRowsGets the grid's grouped row's collection.  
Public PropertyheaderColumnsLayoutArray of child columns. An array of Infragistics.Web.UI.HeaderLayoutColumn objects (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Propertyid (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyisInitialized (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyisUpdating (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertynameReturn's the name of the control. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Propertyparent (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyparentRowGets the parent row of the container grid. The return object is of type Infragistics.Web.UI.ContainerGridRow. If the container grid is the root level container grid (the gridView), then the return value will be "undefined".  
Public PropertypropsFor Internal Use Only. Contains ClientState information for the control. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyrowIslandIndexReturns the index of the container grid in the parentRow's (Infragistics.Web.UI.ContainerGridRow) rowIslands array. The rowIslands array can be retrieved from the parentRow (Infragistics.Web.UI.ContainerGridRow) with the get_rowIslands() method.  
Public PropertyrowsReturns the grid's rows collection. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyscrollLeftKeeps server side value of the scroll left position of the data. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyscrollTopKeeps server side value of the scroll top position of the data. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyuniqueIDReturn's the Unique ID of the control. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public PropertyvisibilityMode (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Propertyvisible (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Methods
 NameDescription
Public MethodaddClientEventHandlerAdds a function handler to process a ClientEvent. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodaddCssClass (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodalignCaptionsAligns the captions with the data columns of the grid. The method can be called if you're using the grid in an unusual environment and the cells are getting misaligned from the headers. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodbeginUpdate (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethoddisposeDisposes of the ContainerGrid object.  
Public MethodendUpdate (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodfindFinds WebDataGrid by its client ID. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodfromCasts passed in object to the WebDataGrid type. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodgetClientEventPostBackFor internal use only. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodgetClientEventPostBackForObjectFor internal use only. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodinitializeInitializes the ContainerGrid object.  
Public MethodonBubbleEvent (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodraiseBubbleEvent (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodraisePropertyChanged (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodremoveClientEventHandlerRemoves a function handler of a ClientEvent. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodremoveCssClass (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodresolveItemTranslates an address string specifier into the resolved NavItem object that lives at the specified address. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodsetClientEventFor internal use only. (Inherited from Infragistics.Web.UI.WebDataGrid)
Public MethodtoggleCssClass (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Methodupdated (Inherited from Infragistics.Web.UI.WebDataGrid)
Public Events
See Also