RadGrid for ASP.NET

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


The following tables list the members exposed by GridTableView.

Public Constructors

 NameDescription
Public ConstructorGridTableView ConstructorOverloaded.  Constructs a new GridTableView and sets as its owner the RadGrid object.  
Top

Public Properties

 NameDescription
Public PropertyAccessKey (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAdditionalDataFieldNames Gets or sets values indicating DataFieldNames that should be sorted, grouped, etc and are not included as columns, in case the property RetrieveAllDataFields is false.  
Public PropertyAllowAutomaticDeletes Gets or sets a value indicating whether Telerik RadGrid will perform automatic deletes, i.e. using the DataSource controls functionality.  
Public PropertyAllowAutomaticInserts Gets or sets a value indicating whether Telerik RadGrid will perform automatic inserts, i.e. using the DataSource controls functionality.  
Public PropertyAllowAutomaticUpdates Gets or sets a value indicating whether Telerik RadGrid will perform automatic updates, i.e. using the DataSource controls functionality.  
Public PropertyAllowCustomPagingGets or sets if the custom paging feature is enabled.  
Public PropertyAllowCustomSortingGets or sets if the custom sorting feature is enabled.  
Public PropertyAllowFilteringByColumnGets or sets a value indicating whether the filtering by column feature is enabled.  
Public PropertyAllowMultiColumnSorting Gets or sets the value indicating wheather more than one column can be sorted in a single GridTableView. The order is the same as the sequence of expressions in SortExpressions.  
Public PropertyAllowNaturalSort Gets or sets the value indicated whether the no-sort state when changing sort order will be allowed.  
Public PropertyAllowPagingGets or sets a value indicating whether the paging feature is enabled.  
Public PropertyAllowSortingGets or sets a value indicating whether the sorting feature is enabled.  
Public PropertyAlternatingItemStyleGets a reference to the GridTableItemStyle object that allows you to set the appearance of alternating items in a GridTableView 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 Telerik RadGrid will automatically generate columns at runtime based on its DataSource.  
Public PropertyAutoGeneratedColumns Get an array of automatically generated columns. This array is available when RadGrid.AutoGenerateColumns is set to true. Autogenerated columns appear always after GridTableView.Columns when rendering.  
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 PropertyCaptionGets or sets a string that specifies a brief description of a GridTableView. Related to Telerik RadGrid accessibility compliance.  
Public PropertyCellPadding (Inherited from GridTableViewBase)
Public PropertyCellSpacing (Inherited from GridTableViewBase)
Public PropertyChildEditItems Gets all items among the hierarchy of GridTableView items that are in edit mode. The edit items in a GridTableView are cleared when ParentItem collapses.  
Public PropertyChildSelectedItems Gets all items among the hierarchy of GridTableView items that are selected. The selected items in a GridTableView are cleared when ParentItem collapses and the ParentItem becomes selected.  
Public PropertyClientID (Inherited from System.Web.UI.Control)
Public PropertyColumnsGets a collection of GridColumn objects that represent the column fields in a GridTableView control.  
Public PropertyCommandItemDisplay

Gets or sets the default position of the GridCommandItem as defined by the GridCommandItemDisplay. The possible values are:

  • None - this is the default value - the command item will not be rendered
  • Top - the command item will be rendered on the top of the grid
  • Bottom - the command item will be rendered on the bottom of the grid
  • TopAndBottom - the command item will be rendered both on top and bottom of the grid.
 
Public PropertyCommandItemSettingsGets a set the options for GridTableView's command item.  
Public PropertyCommandItemStyle Gets a referenct to the GridTableItemStyle object that allows you to set the appearance of the command item in a GridTableView control.  
Public PropertyCommandItemTemplateGets or sets the template that will be instantiated in the CommandItem. If this template is set, RadGrid will not create the default CommandItem controls.  
Public PropertyControls (Inherited from GridTableViewBase)
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 PropertyCurrentPageIndex Gets or sets a value indicating the index of the currently active page in case paging is enabled (RadGrid.AllowPaging is true).  
Public PropertyCurrentResetPageIndexAction Gets or sets a value that describes how RadGrid would respond if the CurrentPageIndex is invalid when data-binding.  
Public PropertyDataKeyNames Gets or sets an array of data-field names that will be used to populate the DataKeyValues collection, when the GridTableView control is databinding.  
Public PropertyDataKeyValues Gets a collection of DataKeyValue objects that represent the data key value of the corresponding item (specified with its ItemIndex) and the DataKeyName (case-sensitive!). The DataKeyName should be one of the specified in the GridTableView.DataKeyNames array.  
Public PropertyDataMember (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyDataSourceOverridden. Gets or sets the object from which the data-bound control retrieves its list of data items.  
Public PropertyDataSourceCountGets the number of pages if paging is enabled.  
Public PropertyDataSourceIDOverridden.  Gets or sets the ID of the DataSource control used for population of this GridTableView data items.  
Public PropertyDataSourcePersistenceMode Use this property to determine how DataSource of the GridTableView will be persisted on PostBack.  
Public PropertyDetailTablesGets or sets the collection of detail table views for this GridTableView.  
Public PropertyDir

Gets or sets the text direction. This property is related to Telerik RadGrid support for Right-To-Left lanugages. It has two possible vales defined by GridTableTextDirection enumeration:

  • LTR - left-to-right text
  • RTL - right-to-left text
 
Public PropertyEditFormSettings Gets a value defining the setting that will be applied when an Item is in edit mode and the GridTableView.EditMode property is set to EditForms.  
Public PropertyEditItemStyleGets a reference to the GridTableItemStyle object that allows you to set the appearance of the item selected for editing in a GridTableView control.  
Public PropertyEditModeFormsGets or sets a value indicating how a GridItem will look in edit mode.  
Public PropertyEnableColumnsViewState Gets or sets a value indicating whether all columns settings will be persisted in the ViewState or not.  
Public PropertyEnabled (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableNoRecordsTemplate Gets or sets a value indicating whether RadGrid will show NoRecordsTemplate instead of the corresponding GridTableView if there is no items to display.  
Public PropertyEnableTheming (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableViewState (Inherited from System.Web.UI.Control)
Public PropertyExpandCollapseColumn Gets a reference to the ExpandCollapseColumn object, allowing you to customize its settings.  
Public PropertyFilterExpressionGets or sets the filtering options for grid columns.  
Public PropertyFilterItemStyle Gets a reference to the GridTableItemStyle object that allows you to set the appearance of the filter item in a GridTableView control.  
Public PropertyFont (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyFooterStyleManage visual style of the footer item.  
Public PropertyForeColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyFrameGets or sets a value specifying the frame table attribute.  
Public PropertyGridLinesOverridden.  Gets or sets a value indicating whether the border lines for grid cells will be displayed.  
Public PropertyGroupByExpressions Adding GridGroupByExpression to this collection will cause the current table-view to display items sorted and devided in groups separated by GridGroupHeaderItems, that display common group and aggregate field values. See Expression on details of expressions syntax.  
Public PropertyGroupHeaderItemStyleManage visual style of the group header items.  
Public PropertyGroupLoadMode

Specifies where the grouping will be handled. There are two options:

  • Server-side - GridTableView.GroupLoadMode.Server
  • Client-side - GridTableView.GroupLoadMode.Client
 
Public PropertyGroupsDefaultExpanded Gets or sets a value indicating whether the groups will be expanded on grid load (true by default).  
Public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHasDetailTables Gets a value indicating if the GridTableView instance has children (Detail) tables.  
Public PropertyHeaderStyleGets a reference to the GridTableItemStyle object that allows you to set the appearance of the header item in a GridTableView control.  
Public PropertyHeight (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHierarchyDefaultExpanded Gets or sets a value indicating whether the hierarchy will be expanded by default.  
Public PropertyHierarchyIndex The unique hierarchy index of the current table view, generated when it is binding.  
Public PropertyHierarchyLoadMode Gets or sets a value indicating when the DataBind of the child GridTableView will occur when working in hierarchy mode. Accepts values from GridChildLoadMode enumeration. See the remars for details.  
Public PropertyHorizontalAlignOverridden. Gets or sets a value indicating the horizontal alignment of the grid table.  
Public PropertyIDOverridden.  Gets or sets the programmatic identifier assigned to the current GridTableView.  
Public PropertyIsItemInserted Gets or sets a value indicating if the GridTableView is currently in insert mode.  
Public PropertyItemsGets a collection of GridDataItem objects that represent the data items in a GridDataItem control.  
Public PropertyItemsCreated Indicates whether the items have been created, generally by data-binding.  
Public PropertyItemsHierarchy Gets a collection of all data items of a grid table view and items that belong to child tables of the GridTableView if the hierarchy is expanded. The items are collected depth-first. The property RadGrid.Items actually referres to ItemsHierarchy of
RadGrid.MasterTableView. This property can be used to traverse all
DataItems items in the hiearchy of a GridTableView.  
Public PropertyItemStyleGets a reference to the GridTableItemStyle object that allows you to set the appearance of items in a GridTableView control.  
Public PropertyName Gets or sets the name of the GridTableView.  
Public PropertyNamingContainer (Inherited from System.Web