RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridBaseDataList Class Members
See Also  Properties  Methods  Events
Telerik.WebControls Namespace : GridBaseDataList Class


The following tables list the members exposed by GridBaseDataList.

Public Properties

 NameDescription
Public PropertyAccessKey (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAjaxUrlGets or sets a value the URL that the control will use for AJAX requests. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBackColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderWidth (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCellPadding Gets or sets the amount of space between the contents of a cell and the cell's border.  
Public PropertyCellSpacingGets or sets the amount of space between cells.  
Public PropertyClientID (Inherited from System.Web.UI.Control)
Public PropertyControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCssClass (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyDataMember (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyDataSource (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public PropertyDataSourceID (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyEnableAJAX Gets or sets a value indicating whether the control will work in AJAX or Postback mode. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyEnabled (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableOutsideScripts Gets or sets a value indicating if the outside scripts for the AJAX-enabled controls will be evaluated. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyEnableTheming (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableViewState (Inherited from System.Web.UI.Control)
Public PropertyFont (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyForeColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyGridLines Gets or sets a value that specifies whether the border between the cells of a data table is displayed.  
Public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeight (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHorizontalAlign Gets or sets the horizontal alignment of a data table within its container.  
Public PropertyID (Inherited from System.Web.UI.Control)
Public PropertyIsAjaxRequest Gets a value indicating whether the current request is an AJAX request initiated by the current control. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyIsAsyncRequest Gets a value indicating whether the current request is an AJAX request initiated by the current control. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyNamingContainer (Inherited from System.Web.UI.Control)
Public PropertyOnAjaxRequestError Using this property you can provide your own error handler for AJAX requests in RadAjax, RadGrid, RadCalendar if you wish to block or handle those errors in a specific way. You can either supply the name of a javascript function or executable code like "alert(e.message)" The javascript handler function should have the following signature: AjaxRequestErrorHandler(e, clientID) {...} It must also be defined ABOVE the code clock which contains your AJAX enabled control. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyPage (Inherited from System.Web.UI.Control)
Public PropertyParent (Inherited from System.Web.UI.Control)
Public PropertyRadControlsDir (Inherited from Telerik.RadGridUtils.RadControl)
Public PropertyResponseScripts Gets or sets a string collection of JavaScripts that will be executed on client-side when the response returns. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertySite (Inherited from System.Web.UI.Control)
Public PropertySkin (Inherited from Telerik.RadGridUtils.RadSkinnableControl)
Public PropertySkinID (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertySkinsPath (Inherited from Telerik.RadGridUtils.RadSkinnableControl)
Public PropertyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTabIndexOverridden. Gets or sets the tab index of the Web server control.  
Public PropertyTemplateControl (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyToolTip (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyUniqueID (Inherited from System.Web.UI.Control)
Public PropertyUrl (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyUseEmbeddedScripts Gets or sets a value indicating whether to use the embedded JavaScript files or not. (Inherited from Telerik.RadGridUtils.RadControl)
Public PropertyVisible (Inherited from System.Web.UI.Control)
Public PropertyWidth (Inherited from System.Web.UI.WebControls.WebControl)
Top

Public Methods

Public Events

 NameDescription
Public EventDataBinding (Inherited from System.Web.UI.Control)
Public EventDataBound (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public EventDisposed (Inherited from System.Web.UI.Control)
Public EventInit (Inherited from System.Web.UI.Control)
Public EventLoad (Inherited from System.Web.UI.Control)
Public EventPreRender (Inherited from System.Web.UI.Control)
Public EventSelectedIndexChanged Occurs when a different item is selected in a table between posts to the server.  
Public EventUnload (Inherited from System.Web.UI.Control)
Top

See Also