| | Name | Description |
 | AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
 | AdditionalDataFieldNames |
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.
|
 | AllowAutomaticDeletes |
Gets or sets a value indicating whether Telerik RadGrid will perform
automatic deletes, i.e. using the DataSource controls
functionality.
|
 | AllowAutomaticInserts |
Gets or sets a value indicating whether Telerik RadGrid will perform
automatic inserts, i.e. using the DataSource controls
functionality.
|
 | AllowAutomaticUpdates |
Gets or sets a value indicating whether Telerik RadGrid will perform
automatic updates, i.e. using the DataSource controls
functionality.
|
 | AllowCustomPaging | Gets or sets if the custom paging feature is enabled. |
 | AllowCustomSorting | Gets or sets if the custom sorting feature is enabled. |
 | AllowFilteringByColumn | Gets or sets a value indicating whether the filtering by column feature is
enabled. |
 | AllowMultiColumnSorting |
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.
|
 | AllowNaturalSort |
Gets or sets the value indicated whether the no-sort state when changing sort
order will be allowed.
|
 | AllowPaging | Gets or sets a value indicating whether the paging feature is enabled. |
 | AllowSorting | Gets or sets a value indicating whether the sorting feature is
enabled. |
 | AlternatingItemStyle | Gets a reference to the
GridTableItemStyle
object that allows you to set the appearance of alternating items in a
GridTableView
control. |
 | AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
 | Attributes | (Inherited from System.Web.UI.WebControls.WebControl) |
 | AutoGenerateColumns |
Gets or sets a value indicating whether Telerik RadGrid will
automatically generate columns at runtime based on its
DataSource.
|
 | AutoGeneratedColumns |
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.
|
 | BackColor | (Inherited from System.Web.UI.WebControls.WebControl) |
 | BorderColor | (Inherited from System.Web.UI.WebControls.WebControl) |
 | BorderStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
 | BorderWidth | (Inherited from System.Web.UI.WebControls.WebControl) |
 | Caption | Gets or sets a string that specifies a brief description of a
GridTableView.
Related to Telerik RadGrid accessibility compliance. |
 | CellPadding | (Inherited from GridTableViewBase) |
 | CellSpacing | (Inherited from GridTableViewBase) |
 | ChildEditItems |
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.
|
 | ChildSelectedItems |
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.
|
 | ClientID | (Inherited from System.Web.UI.Control) |
 | Columns | Gets a collection of
GridColumn objects
that represent the column fields in a
GridTableView
control. |
 | CommandItemDisplay | 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.
|
 | CommandItemSettings | Gets a set the options for GridTableView's command item. |
 | CommandItemStyle |
Gets a referenct to the
GridTableItemStyle
object that allows you to set the appearance of the command item in a
GridTableView
control.
|
 | CommandItemTemplate | Gets or sets the template that will be instantiated in the CommandItem. If
this template is set, RadGrid will not create the default
CommandItem controls. |
 | Controls | (Inherited from GridTableViewBase) |
 | ControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
 | ControlStyleCreated | (Inherited from System.Web.UI.WebControls.WebControl) |
 | CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
 | CurrentPageIndex |
Gets or sets a value indicating the index of the currently active page in case
paging is enabled (RadGrid.AllowPaging is
true).
|
 | CurrentResetPageIndexAction |
Gets or sets a value that describes how RadGrid would respond
if the CurrentPageIndex is invalid when data-binding.
|
 | DataKeyNames |
Gets or sets an array of data-field names that will be used to populate the
DataKeyValues collection, when the
GridTableView
control is databinding.
|
 | DataKeyValues |
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.
|
 | DataMember | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
 | DataSource | Overridden. Gets or sets the object from which the data-bound control retrieves its list
of data items. |
 | DataSourceCount | Gets the number of pages if paging is enabled. |
 | DataSourceID | Overridden.
Gets or sets the ID of the DataSource control used for
population of this GridTableView data items.
|
 | DataSourcePersistenceMode |
Use this property to determine how DataSource of the
GridTableView will be persisted on PostBack.
|
 | DetailTables | Gets or sets the collection of detail table views for this
GridTableView. |
 | Dir | 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
|
 | EditFormSettings |
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.
|
 | EditItemStyle | Gets a reference to the
GridTableItemStyle
object that allows you to set the appearance of the item selected for editing in a
GridTableView
control. |
 | EditMode | FormsGets or sets a value indicating how a GridItem will
look in edit mode. |
 | EnableColumnsViewState |
Gets or sets a value indicating whether all columns settings will be persisted in
the ViewState or not.
|
 | Enabled | (Inherited from System.Web.UI.WebControls.WebControl) |
 | EnableNoRecordsTemplate |
Gets or sets a value indicating whether RadGrid will show
NoRecordsTemplate instead of the corresponding
GridTableView if there is no items to display.
|
 | EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
 | EnableViewState | (Inherited from System.Web.UI.Control) |
 | ExpandCollapseColumn |
Gets a reference to the ExpandCollapseColumn object, allowing
you to customize its settings.
|
 | FilterExpression | Gets or sets the filtering options for grid columns. |
 | FilterItemStyle |
Gets a reference to the
GridTableItemStyle
object that allows you to set the appearance of the filter item in a
GridTableView
control.
|
 | Font | (Inherited from System.Web.UI.WebControls.WebControl) |
 | FooterStyle | Manage visual style of the footer item. |
 | ForeColor | (Inherited from System.Web.UI.WebControls.WebControl) |
 | Frame | Gets or sets a value specifying the frame table attribute. |
 | GridLines | Overridden.
Gets or sets a value indicating whether the border lines for grid cells will be
displayed.
|
 | GroupByExpressions |
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.
|
 | GroupHeaderItemStyle | Manage visual style of the group header items. |
 | GroupLoadMode | Specifies where the grouping will be handled. There are two options: - Server-side - GridTableView.GroupLoadMode.Server
- Client-side -
GridTableView.GroupLoadMode.Client
|
 | GroupsDefaultExpanded |
Gets or sets a value indicating whether the groups will be expanded on grid load
(true by default).
|
 | HasAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
 | HasDetailTables |
Gets a value indicating if the GridTableView instance has
children (Detail) tables.
|
 | HeaderStyle | Gets a reference to the
GridTableItemStyle
object that allows you to set the appearance of the header item in a
GridTableView
control. |
 | Height | (Inherited from System.Web.UI.WebControls.WebControl) |
 | HierarchyDefaultExpanded |
Gets or sets a value indicating whether the hierarchy will be expanded by
default.
|
 | HierarchyIndex |
The unique hierarchy index of the current table view, generated when it is
binding.
|
 | HierarchyLoadMode |
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.
|
 | HorizontalAlign | Overridden. Gets or sets a value indicating the horizontal alignment of the grid
table. |
 | ID | Overridden.
Gets or sets the programmatic identifier assigned to the current
GridTableView.
|
 | IsItemInserted |
Gets or sets a value indicating if the GridTableView is
currently in insert mode.
|
 | Items | Gets a collection of GridDataItem objects that represent the data items in a
GridDataItem
control. |
 | ItemsCreated |
Indicates whether the items have been created, generally by data-binding.
|
 | ItemsHierarchy |
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.
|
 | ItemStyle | Gets a reference to the
GridTableItemStyle
object that allows you to set the appearance of items in a
GridTableView
control. |
 | Name |
Gets or sets the name of the
GridTableView.
|
 | NamingContainer | (Inherited from System.Web.UI.Control) |
 | NoDetailRecordsText |
Gets or sets the text that will be displayed in there is no
NoRecordsTemplate defined and no records in the Detail tables.
|
 | NoMasterRecordsText |
Gets or sets the text that will be displayed in there is no
NoRecordsTemplate defined and no records in the
MasterTableView.
|
 | NoRecordsTemplate | Gets or sets the template that will be displayed if a
GridTableView
control is bound to a data source that does not contain any records. |
 | OwnerGrid | Gets the owner RadGrid object. (Inherited from GridTableViewBase) |
 | OwnerID | Gets the ClientID of the RadGrid object that contains this instance. |
 | Page | (Inherited from System.Web.UI.Control) |
 | PageCount | Gets the number of pages required to display the records of the data source
in a GridTableView
control. |
 | PagerStyle |
Gets a reference to the
GridPagerStyle object
that allows you to set the appearance of the pager item in a
GridTableView
control.
|
 | PagerTemplate | Gets or sets the custom content for the pager item in a
GridTableView
control. |
 | PageSize |
Specify the maximum number of items that would appear in a page, when paging is
enabled by AllowPaging or
AllowCustomPaging property. Default value is the value of
RadGrid.PageSize.
|
 | PagingManager |
Gets a Paging object that is the result of paging settings and runtime paging
state of the grid.
|
 | Parent | (Inherited from System.Web.UI.Control) |
 | ParentItem |
Gets a reference to a GridItem that is a parent of this
GridTableView, when this GridTableView represents a
child table in a hierarchical structure.
|
 | ParentTableRelation |
Gets or sets the collection of data-field pairs that describe the relations in a
hierarchical grid.
|
 | RenderActiveItemStyle | Gets the rendering style of an ActiveItem. |
 | RenderAlternatingItemStyle | Gets the rendering style of the AlternatingItem. |
 | RenderColumns |
Gets an array of all columns that are used when rendering the grid
instance.
|
 | RenderCommandItemStyle | Gets the rendering style of a CommandItem. |
 | RenderEditItemStyle | Gets the rendering style of an edit Item. |
 | RenderFilterItemStyle | Gets the rendering style of a FilterItem. |
 | RenderFooterStyle | Gets the rendering style of an FooterItem. |
 | RenderGroupHeaderItemStyle | Gets the rendering style of the group header items. |
 | RenderHeaderStyle | Gets the rendering style of a GridHeaderItem. |
 | RenderItemStyle | Gets the rendering style of an Item. |
 | RenderPagerStyle | Gets the rendering style of the Pager item. |
 | RequiresBinding |
Gets or sets a value indicating whether RadGrid will be built on
PreRender unless it was built before that. This property is supposed for
Telerik RadGrid internal usage, yet you can set it with care.
|
 | ResolvedDataSourceView |
Gets a DataView object that represents the data sent to the
GridTableView to be displayed.
|
 | RetrieveAllDataFields | Gets or sets a value indicating whether the GridTableView
will extract all bindable properties from the DataSource when
binding, to perform operations like sorting, grouping, etc on DataFields that are
not included in the column declarations. |
 | RetrieveNullAsDBNull | Gets or sets a value indicating whether null values in the
database will be retrieved as dbnull values. |
 | RowIndicatorColumn |
Gets a reference to the RowIndicatorColumn object, allowing
you to customize its settings.
|
 | SelectedItemStyle |
Gets a reference to the
Style object that allows you to set the appearance of the selected item
in a GridTableView
control.
|
 | SelfHierarchySettings |
Gets a set the options for GridTableView's self-hierarchy
behavior.
|
 | ShowFooter |
Gets or sets a value indicating if the GridFooterItem will be
shown in the current GridTableView.
|
 | ShowHeader |
Gets or sets a value indicating if the GridHeaderItem will be
shown in the current GridTableView.
|
 | ShowHeadersWhenNoRecords |
If set to true (the default)
GridNoRecordsItem
is used to display no records template. This item is the only one displayed in the
GridTableView in this case.
|
 | Site | (Inherited from System.Web.UI.Control) |
 | SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
 | SortExpressions |
Gets a collection of sort expressions for this table view instance, associated
with the column or columns being sorted.
|
 | Style | (Inherited from System.Web.UI.WebControls.WebControl) |
 | Summary | Gets or sets the 'summary' attribute for the respective table. |
 | TabIndex | (Inherited from GridTableViewBase) |
 | TableLayout | Gets or sets a string that indicates whether the table layout is fixed. |
 | TemplateControl | (Inherited from System.Web.UI.Control) |
 | TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
 | ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
 | UniqueID | (Inherited from System.Web.UI.Control) |
 | VirtualItemCount | Gets or sets a value, indicating the number of items that will be shown when
custom paging is used.
Gets or sets a value, indicating the total number of items in the data source
when custom paging is used. Thus the grid "understands" that the data source contains
the specified number of records and it should fetch merely part of them at a time to
execute requested operation.
|
 | Visible | (Inherited from System.Web.UI.Control) |
 | Width | (Inherited from System.Web.UI.WebControls.WebControl) |