RadGrid for ASP.NET

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


The following tables list the members exposed by RadGrid.

Public Constructors

 NameDescription
Public ConstructorRadGrid Constructor Constructs a new instance of RadGrid  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)CancelAllCommandName  
Public Fieldstatic (Shared in Visual Basic)CancelCommandNameRepresents the Cancel command name. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)DeleteCommandNameRepresents the "Delete" command name. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)DeleteSelectedCommandNameRepresents the "DeleteSelected" command name. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)DeselectCommandName  
Public Fieldstatic (Shared in Visual Basic)EditAllCommandName  
Public Fieldstatic (Shared in Visual Basic)EditCommandNameRepresents the "Edit" command name. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)EditSelectedCommandName  
Public Fieldstatic (Shared in Visual Basic)ExpandCollapseCommandName  
Public Fieldstatic (Shared in Visual Basic)ExportToCsvCommandName  
Public Fieldstatic (Shared in Visual Basic)ExportToExcelCommandName  
Public Fieldstatic (Shared in Visual Basic)ExportToPdfCommandName  
Public Fieldstatic (Shared in Visual Basic)ExportToWordCommandName  
Public Fieldstatic (Shared in Visual Basic)FilterCommandName  
Public Fieldstatic (Shared in Visual Basic)InitInsertCommandNameRepresents the "InitInsert" command name. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)NextPageCommandArgument  
Public Fieldstatic (Shared in Visual Basic)PageCommandName  
Public Fieldstatic (Shared in Visual Basic)PerformInsertCommandNameRepresents the "PerformInsert" command name. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)PrevPageCommandArgument  
Public Fieldstatic (Shared in Visual Basic)RebindGridCommandName Represents the "RebindGrid" command name. This field is read-only. Forces RadGrid.Rebind  
Public Fieldstatic (Shared in Visual Basic)SelectCommandName  
Public Fieldstatic (Shared in Visual Basic)SortCommandName  
Public Fieldstatic (Shared in Visual Basic)UpdateCommandNameRepresents the "Update" command name. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)UpdateEditedCommandName Represents the "UpdateEdited" command name. Updates all items that are in edit mode. This field is read-only.  
Top

Public Properties

 NameDescription
Public PropertyAccessKey (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyActiveItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the active item in a Telerik RadGrid control.  
Public PropertyAJAXLoadingTemplate The template that will be displayed as a progress indicator during AJAX request.  
Public PropertyAjaxUrlGets or sets a value the URL that the control will use for AJAX requests. (Inherited from Telerik.RadGridUtils.RadAJAXControl)
Public PropertyAllowAutomaticDeletes Gets or sets a value indicating whether Telerik RadGrid will automatically delete records from the specified data source.  
Public PropertyAllowAutomaticInserts Gets or sets a value indicating whether Telerik RadGrid will perform automatic insert of records to the data source.  
Public PropertyAllowAutomaticUpdates Gets or sets a value indicating whether Telerik RadGrid will perform automatic updates to the data source.  
Public PropertyAllowCustomPaging Gets or sets a value indicating whether custom paging should be performed instead of the integrated automatic paging.  
Public PropertyAllowFilteringByColumn Gets or sets a value indicating whether the filtering of all tables in the hierarchy will be enabled, unless specified other by GridTableView.AllowFilteringByColumn.  
Public PropertyAllowMultiRowEdit Gets or sets a value indicating whether Telerik RadGrid will allow you to have multiple rows in edit mode. The default value is false.  
Public PropertyAllowMultiRowSelection Gets or sets a value indicating whether you will be able to select multiple rows in Telerik RadGrid. By default this property is set to false.  
Public PropertyAllowPaging Gets or sets a value indicating whether the automatic paging feature is enabled.  
Public PropertyAllowSortingGets or sets a value indicating whether the sorting feature is enabled.  
Public PropertyAlternatingItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of alternating data items in a Telerik RadGrid control.  
Public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAutoGenerateColumns Gets or sets a value indicating whether bound fields are automatically created for each field in the data source.  
Public PropertyAutoGenerateDeleteColumn  
Public PropertyAutoGenerateEditColumn  
Public PropertyBackColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBackImageUrl Gets or sets the URL to an image to display in the background of a Telerik RadGrid control.  
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. (Inherited from GridBaseDataList)
Public PropertyCellSpacingGets or sets the amount of space between cells. (Inherited from GridBaseDataList)
Public PropertyClientID (Inherited from System.Web.UI.Control)
Public PropertyClientSettings Gets a reference to the GridClientSettings object that allows you to set the properties of the client-side behavior and appearance in a Telerik RadGrid control.  
Public PropertyColumns Gets a collection (GridColumnCollection) of all columns in Telerik RadGrid.  
Public PropertyCommandItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the command item in a Telerik RadGrid 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 PropertyCurrentPageIndexGets or sets an integer value representing the current page index.  
Public PropertyDataMemberOverridden.  Gets or sets the name of the list of data that the Telerik RadGrid control binds to, in cases where the data source contains more than one distinct list of data items.  
Public PropertyDataSourceOverridden.  Gets or sets the object from which the Telerik RadGrid control retrieves its list of data items.  
Public PropertyDataSourceIDOverridden. Gets or sets the ID of the control from which the Telerik RadGrid control retrieves its list of data items.  
Public PropertyEditIndexesGets a collection of the indexes of the Items that are in edit mode.  
Public PropertyEditItems Gets a collection of all GridItems in edit mode. See the Remarks for more info.  
Public PropertyEditItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the item selected for editing in a Telerik RadGrid control.  
Public PropertyEnableAJAXOverridden.  Gets or sets a value indicating whether Telerik RadGrid will work in AJAX mode, i.e. will perform asynchronous requests instead of traditional postbacks.  
Public PropertyEnableAJAXLoadingTemplate If set to true and if there is AJAX request, RadGrid will show AJAXLoadingTemplate  
Public PropertyEnabled (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableOutsideScriptsOverridden.  Gets or sets a value indicating if the outside scripts for the AJAX-enabled controls will be evaluated.  
Public PropertyEnableTheming (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableViewState (Inherited from System.Web.UI.Control)
Public PropertyExportSettings Gets a reference to the GridExportSettings object that allows you to set the properties of the grouping operation in a Telerik RadGrid control.  
Public PropertyFilterItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the filter item in a Telerik RadGrid control.  
Public PropertyFilterMenu Gets a reference to GridFilterMenu object. The filtering menu appears when the filter button on the GridFilterItem is clicked.  
Public PropertyFont (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyFooterStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the footer item in a Telerik RadGrid control.  
Public PropertyForeColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyFormID  
Public PropertyGridLines Gets or sets a value that specifies whether the border between the cells of a data table is displayed. (Inherited from GridBaseDataList)
Public PropertyGroupHeaderItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the group-header item in a Telerik RadGrid control.  
Public PropertyGroupingEnabledGets or sets a value indicating whether the grouping is enabled.  
Public PropertyGroupingSettings Gets a reference to the GridGroupingSettings object that allows you to set the properties of the grouping operation in a Telerik RadGrid control.  
Public PropertyGroupPanel Gets group panel control instance - visible only if grouping is enabled in grid (GroupingEnabled). Each GridTableView's Group-By-Expression is visualized in this panel.  
Public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeaderStyleGets the style properties of the heading section in the RadGrid control.  
Public PropertyHeight (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHierarchySettings Gets a reference to the GridHierarchySettings object that allows you to set the properties of the hierarchical Telerik RadGrid control.  
Public PropertyHorizontalAlign Gets or sets the horizontal alignment of a data table within its container. (Inherited from GridBaseDataList)
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 PropertyItemsGets a collection of all GridDataItems.  
Public PropertyItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the data items in a RadGrid control.  
Public PropertyLoadingTemplateTransparency Gets or sets AJAXLoadingTemplate transparency in percentage. Default value is 0 percents.