Infragistics(R) NetAdvantage(R) for ASP.NET
WebDataGrid Class Members
See Also  Properties  Methods  Events E-mail your feedback on this topic.
WebDataGrid Library > Infragistics.Web.UI Namespace : WebDataGrid Class


The following tables list the members exposed by WebDataGrid.

Public Constructors

 NameDescription
Public ConstructorWebDataGrid Constructor  
Top

Public Properties

 NameDescription
Public PropertyajaxIndicator Gets reference to instance of Infragistics.Web.UI.AjaxIndicator or null.  
Public Propertybehaviors Returns 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 PropertydataSource Gets the data source that the WebDataGrid is displaying data for. The returned result is a json array.  
Public PropertydefaultColumnWidth Gets the defualt width of the columns.  
Public Propertyelement  
Public PropertyenableClientRendering  
Public Propertyevents  
Public PropertyheaderColumnsLayout Array of child columns. An array of Infragistics.Web.UI.HeaderLayoutColumn objects  
Public Propertyid  
Public PropertyisInitialized  
Public PropertyisUpdating  
Public Propertyname Return's the name of the control.  
Public Propertyparent  
Public Propertyprops For Internal Use Only. Contains ClientState information for the control.  
Public Propertyrows Returns the grid's rows collection.  
Public PropertyscrollLeft Keeps server side value of the scroll left position of the data.  
Public PropertyscrollTop Keeps server side value of the scroll top position of the data.  
Public PropertyuniqueID Return's the Unique ID of the control.  
Public PropertyvisibilityMode  
Public Propertyvisible  
Top

Public Methods

 NameDescription
Public MethodaddClientEventHandler Adds a function handler to process a ClientEvent.  
Public MethodaddCssClass  
Public MethodalignCaptions Aligns 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 Methoddispose Disposes 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 Methodinitialize Initializes the WebDataGrid object.  
Public MethodonBubbleEvent  
Public MethodraiseBubbleEvent  
Public MethodraisePropertyChanged  
Public MethodremoveClientEventHandler Removes a function handler of a ClientEvent.  
Public MethodremoveCssClass  
Public MethodresolveItem Translates an address string specifier into the resolved NavItem object that lives at the specified address.  
Public MethodsetClientEventFor internal use only.  
Public MethodtoggleCssClass  
Public Methodupdated  
Top

Public Events

 NameDescription
Public Eventdisposing  
Public EventpropertyChanged  
Top

See Also

Copyright © 2003-2011 Infragistics, Inc. All rights reserved.