Version

WebDataGrid class Members

The following tables list the members exposed by WebDataGrid.

Public Constructors
 NameDescription
Public ConstructorWebDataGrid Constructor  
Public Properties
 NameDescription
Public PropertyajaxIndicatorGets reference to instance of Infragistics.Web.UI.AjaxIndicator or null.  
Public PropertybehaviorsReturns the grid's behavior collection. All of the grid behaviors are contained by this collection. Behavior collection of the grid.  
Public Propertyclientbindingprops  
Public PropertycolumnsReturns column collection of the grid.Column collection of the grid.  
Public PropertydataSourceGets the data source that the WebDataGrid is displaying data for. The returned result is a json array.  
Public PropertydefaultColumnWidthGets the defualt width of the columns.  
Public Propertyelement  
Public PropertyenableClientRendering  
Public Propertyevents  
Public PropertyheaderColumnsLayoutArray of child columns. An array of Infragistics.Web.UI.HeaderLayoutColumn objects  
Public Propertyid  
Public PropertyisInitialized  
Public PropertyisUpdating  
Public PropertynameReturn's the name of the control.  
Public Propertyparent  
Public PropertypropsFor Internal Use Only. Contains ClientState information for the control.  
Public PropertyrowsReturns the grid's rows collection.  
Public PropertyscrollLeftKeeps server side value of the scroll left position of the data.  
Public PropertyscrollTopKeeps server side value of the scroll top position of the data.  
Public PropertyuniqueIDReturn's the Unique ID of the control.  
Public PropertyvisibilityMode  
Public Propertyvisible  
Public Methods
 NameDescription
Public MethodaddClientEventHandlerAdds a function handler to process a ClientEvent.  
Public MethodaddCssClass  
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.  
Public MethodbeginUpdate  
Public MethoddisposeDisposes of the grid object.  
Public MethodendUpdate  
Public MethodfindFinds WebDataGrid by its client ID.  
Public MethodfromCasts passed in object to the WebDataGrid type.  
Public MethodgetClientEventPostBackFor internal use only.  
Public MethodgetClientEventPostBackForObjectFor internal use only.  
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode.  
Public MethodinitializeInitializes the WebDataGrid object.  
Public MethodonBubbleEvent  
Public MethodraiseBubbleEvent  
Public MethodraisePropertyChanged  
Public MethodremoveClientEventHandlerRemoves a function handler of a ClientEvent.  
Public MethodremoveCssClass  
Public MethodresolveItemTranslates an address string specifier into the resolved NavItem object that lives at the specified address.  
Public MethodsetClientEventFor internal use only.  
Public MethodtoggleCssClass  
Public Methodupdated  
Public Events
 NameDescription
Public Eventdisposing  
Public EventpropertyChanged  
See Also