Skip to main content
A newer version of this page is available. .

GridViewSettings<RowType> Members

Contains the GridView extension settings.

Constructors

Name Description
GridViewSettings() Initializes a new instance of the GridViewSettings<RowType> class with default settings.

Properties

Name Description
AccessibilityCompliant Enables accessibility support. Inherited from GridSettingsBase.
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AfterPerformCallback Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server. Inherited from GridViewSettings.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
AutoFilterCellEditorCreate Enables you to assign editors to individual filter row cells. Inherited from GridViewSettings.
AutoFilterCellEditorInitialize Enables the cell editors displayed within the auto filter row cells to be initialized. Inherited from GridViewSettings.
BeforeColumnSortingGrouping Provides an opportunity to obtain the column sorting or grouping parameters and to perform some action before a column is sorted or grouped. Inherited from GridViewSettings.
BeforeGetCallbackResult Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed. Inherited from GridSettingsBase.
BeforeHeaderFilterFillItems Enables you to provide custom filter items instead of default ones displayed within a Popup Header Filter. Inherited from GridViewSettings.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. Inherited from GridSettingsBase.
Caption Gets or sets the text to render in an HTML caption element in a GridView. Inherited from GridViewSettings.
CellEditorInitialize Enables initializing the cell editors displayed within the grid edit cells. Inherited from GridViewSettings.
ClientLayout Enables you to save and restore the previously saved layout of the extension. Inherited from GridSettingsBase.
ClientSideEvents Gets an object that lists the client-side events specific to the GridView. Inherited from GridViewSettings.
ClientVisible Gets or sets a value that specifies the initial visibility state of an extension on the client. Inherited from GridSettingsBase.
Columns Provides access to a GridView’s column collection.
CommandButtonInitialize Enables individual row cells containing command column items to be initialized. Inherited from GridViewSettings.
CommandColumn Provides access to the GridView’s command column. Inherited from GridViewSettings.
ContextMenuItemClick Enables you to perform custom actions when a context menu item has been clicked. Inherited from GridViewSettings.
ContextMenuItemVisibility Enables you to dynamically control the context menu item visibility and availability. Inherited from GridViewSettings.
ControlStyle Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from GridSettingsBase.
CustomActionRouteValues Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the MVCxClientGridView.PerformCallback client method. Inherited from GridSettingsBase.
CustomBindingRouteValuesCollection Defines the callback routing logic by specifying the names of Controllers and Actions that handle callbacks related to grid data operations such as paging, sorting, grouping and filtering. Inherited from GridViewSettings.
CustomButtonInitialize Enables you to initialize custom command buttons. Inherited from GridViewSettings.
CustomCallback Obsolete. Fires when a callback has been initiated. Inherited from GridViewSettings.
CustomCellMerge Enables you to merge grid cells manually. Inherited from GridViewSettings.
CustomColumnDisplayText Enables you to specify a cell’s display text. Inherited from GridViewSettings.
CustomColumnGroup Provides the capability to group data using custom rules. Inherited from GridViewSettings.
CustomColumnSort Enables you to sort data using custom rules. Inherited from GridViewSettings.
CustomDataActionRouteValues Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks initiated by the MVCxClientGridView.GetValuesOnCustomCallback client method. Inherited from GridSettingsBase.
CustomDataCallback Obsolete. Fires when a round trip to the server has been initiated by a call to the ASPxClientGridView.GetValuesOnCustomCallback client method. Inherited from GridViewSettings.
CustomGroupDisplayText Enables you to provide custom content for group rows. Inherited from GridViewSettings.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client. Inherited from GridViewSettings.
CustomSummaryCalculate Enables you to calculate summary values manually. Inherited from GridViewSettings.
CustomUnboundColumnData Enables data to be supplied to unbound columns. Inherited from GridViewSettings.
DataBinding Allows you to perform custom actions before a GridView is bound to a data source. Inherited from GridSettingsBase.
DataBound Allows you to perform actions after the GridView is bound to a data source. Inherited from GridSettingsBase.
DeleteSelectedRowsRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to selected rows deletion. Inherited from GridViewSettings.
DetailRowExpandedChanged Allows you to perform custom actions in response to expanding or collapsing a master row. Inherited from GridViewSettings.
EditFormLayoutProperties Provides access to the settings allowing you to customize the edit form layout.
EnableCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when a GridView’s content is updated via a callback. Inherited from GridSettingsBase.
EnableCallbackCompression Gets or sets whether callback compression is enabled. Inherited from GridSettingsBase.
Enabled Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnablePagingCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when changing pages. Inherited from GridSettingsBase.
EnablePagingGestures Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture. Inherited from GridSettingsBase.
EnableRowsCache Gets or sets whether data caching is enabled. Inherited from GridViewSettings.
EnableTheming Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtml This property is not in effect for the GridSettingsBase class. Inherited from GridSettingsBase.
FillContextMenuItems Enables you to fill the GridView’s context menu items depending on the context menu type. Inherited from GridViewSettings.
FilterControlColumnsCreated Enables you to customize the filter control column collection after it is created. Inherited from GridSettingsBase.
FilterControlCriteriaValueEditorCreate Enables you to replace the default criteria value editor with a custom one. Inherited from GridSettingsBase.
FilterControlCriteriaValueEditorInitialize Enables the editors displayed within the criteria value to be initialized. Inherited from GridSettingsBase.
FilterControlCustomValueDisplayText Enables you to specify the entered filter value’s custom display text to be displayed when the filter’s condition value editor is inactive. Inherited from GridSettingsBase.
FilterControlOperationVisibility Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl’s operation dropdown menu. Inherited from GridSettingsBase.
FilterControlParseValue Enables you to process and modify an entered value before it is actually accepted by the filter. Inherited from GridSettingsBase.
FormatConditions Provides access to a collection of format condition rules.
GroupSummary Provides access to group summary items. Inherited from GridViewSettings.
GroupSummarySortInfo Enables sorting group rows by their summary values. Inherited from GridViewSettings.
HeaderFilterFillItems Enables you to provide custom filter items displayed within a filter dropdown. Inherited from GridViewSettings.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
HtmlCommandCellPrepared Allows you to change the settings of individual command column cells. Inherited from GridViewSettings.
HtmlDataCellPrepared Enables the settings of individual data cells to be changed. Inherited from GridViewSettings.
HtmlEditFormCreated Enables you to initialize elements contained within the grid’s Edit Form template. Inherited from GridViewSettings.
HtmlFooterCellPrepared Enables the settings of individual footer cells to be changed. Inherited from GridViewSettings.
HtmlRowCreated Allows initializing elements contained within the grid templates, when a table row has been created. Inherited from GridViewSettings.
HtmlRowPrepared Enables the settings of individual rows to be changed. Inherited from GridViewSettings.
Images Provides access to the settings that define images for various elements within the GridView. Inherited from GridViewSettings.
ImagesEditors Provides access to the settings that define images displayed within the GridView’s editors. Inherited from GridViewSettings.
ImagesFilterControl Provides access to the settings that define images displayed within the Filter Builder. Inherited from GridSettingsBase.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
InitNewRow Enables you to initialize added rows. Inherited from GridViewSettings.
KeyboardSupport Gets or sets a value that specifies whether keyboard navigation is available within the GridView extension. Inherited from GridViewSettings.
KeyFieldName Gets or sets the name of the data source key field. Inherited from GridSettingsBase.
Name Gets or sets the unique identifier name for the extension. Inherited from SettingsBase.
PageIndexChanged Obsolete. Enables you to perform custom actions when the selected page has been changed. Inherited from GridViewSettings.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
PreviewEncodeHtml Gets or sets a value that specifies whether the preview row‘s display text containing HTML code should be parsed and rendered as a pure HTML markup or should be represented as text on a page. Inherited from GridViewSettings.
PreviewFieldName Gets or sets the name of the data source field whose values are displayed within the preview rows. Inherited from GridViewSettings.
ProcessColumnAutoFilter Enables you to apply custom filter criteria. Inherited from GridViewSettings.
ProcessOnClickRowFilter Enables you to apply custom filter criteria when the filter row is in the OnClick mode. Inherited from GridViewSettings.
RightToLeft Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation. Inherited from GridSettingsBase.
RowValidating Enables you to specify whether row data is valid. Inherited from GridViewSettings.
SearchPanelEditorCreate Enables you to replace the default search panel editor with a custom one. Inherited from GridViewSettings.
SearchPanelEditorInitialize Enables you to customize the properties of an editor displayed within the search panel. Inherited from GridViewSettings.
Settings Provides access to the GridView’s display options. Inherited from GridViewSettings.
SettingsAdaptivity Provides access to the grid layout adaptivity settings. Inherited from GridViewSettings.
SettingsBehavior Provides access to the GridView’s behavior settings. Inherited from GridViewSettings.
SettingsCommandButton Provides access to the settings of the GridView’s command buttons. Inherited from GridViewSettings.
SettingsContextMenu Provides access to the GridView’s context menu settings. Inherited from GridViewSettings.
SettingsCookies Provides access to the extension’s cookie settings. Inherited from GridViewSettings.
SettingsCustomizationDialog Provides access to the Customization Dialog’s settings. Inherited from GridViewSettings.
SettingsCustomizationWindow Obsolete. Provides access to the Customization Window‘s settings. Inherited from GridViewSettings.
SettingsDataSecurity Provides access to the GridView’s security settings that allow disabling data modification operations such as editing, inserting and deleting. Inherited from GridViewSettings.
SettingsDetail Provides access to the GridView’s master-detail options. Inherited from GridViewSettings.
SettingsEditing Provides access to the GridView‘s edit settings. Inherited from GridViewSettings.
SettingsExport Provides access to the GridView’s export settings. Inherited from GridViewSettings.
SettingsFilterControl Provides access to the filter control’s settings. Inherited from GridViewSettings.
SettingsLoadingPanel Provides access to the loading panel’s settings. Inherited from GridViewSettings.
SettingsPager Provides access to the pager‘s settings. Inherited from GridViewSettings.
SettingsPopup Provides access to the settings of different grid popup elements. Inherited from GridViewSettings.
SettingsResizing Provides access to the GridView’s resizing settings. Inherited from GridViewSettings.
SettingsSearchPanel Provides access to the search panel’s settings. Inherited from GridViewSettings.
SettingsText Provides access to the GridView’s text settings. Inherited from GridViewSettings.
SkinID Gets or sets the skin to apply to the control. Inherited from SettingsBase.
Style Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
Styles Provides access to the style settings that control the appearance of the extension’s visual elements. Inherited from GridViewSettings.
StylesContextMenu Provides access to the style settings that control the appearance of the context menu displayed within the GridView. Inherited from GridViewSettings.
StylesEditors Provides access to style settings used to paint the GridView’s editors. Inherited from GridViewSettings.
StylesFilterControl Provides access to the style settings defining the appearance of the Filter Builder. Inherited from GridSettingsBase.
StylesPager Provides access to the style settings that control the appearance of the Pager displayed within the GridView. Inherited from GridViewSettings.
StylesPopup Provides access to the style settings defining the appearance of different popup elements within a grid. Inherited from GridViewSettings.
StylesToolbar Provides access to the style settings that define the appearance of toolbars. Inherited from GridSettingsBase.
SubstituteFilter Allows you to replace a filter applied with another filter. Inherited from GridSettingsBase.
SummaryDisplayText Enables custom display text to be provided for any summary value. Inherited from GridViewSettings.
SummaryText Gets or sets a value that specifies the table summary attribute. Inherited from GridViewSettings.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
Theme Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolbarItemClick Enables you to perform custom actions when a toolbar item has been clicked. Inherited from GridViewSettings.
Toolbars Gets the collection of toolbars in the GridViewSettings control. Inherited from GridViewSettings.
ToolTip Gets or sets a UI element’s tooltip text. Inherited from SettingsBase.
TotalSummary Provides access to total summary items. Inherited from GridViewSettings.
Width Gets or sets the width of the extension. Inherited from SettingsBase.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
KeyFields<ValueType>(Expression<Func<RowType, ValueType>>[]) Allows defining the key fields.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PreviewField<ValueType>(Expression<Func<RowType, ValueType>>) Allows defining the preview field.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetDataItemTemplateContent(Action<GridViewDataItemTemplateContainer>) Allows setting a template for displaying data cells. Inherited from GridViewSettings.
SetDataItemTemplateContent(String) Allows setting a template for displaying data cells. Inherited from GridViewSettings.
SetDataRowTemplateContent(Action<GridViewDataRowTemplateContainer>) Allows setting a template for displaying data rows. Inherited from GridViewSettings.
SetDataRowTemplateContent(String) Allows setting a template for displaying data rows. Inherited from GridViewSettings.
SetDetailRowTemplateContent(Action<GridViewDetailRowTemplateContainer>) Allows setting a template for displaying detail rows. Inherited from GridViewSettings.
SetDetailRowTemplateContent(String) Allows setting a template for displaying detail rows. Inherited from GridViewSettings.
SetEditFormTemplateContent(Action<GridViewEditFormTemplateContainer>) Allows setting a template for displaying an edit form. Inherited from GridViewSettings.
SetEditFormTemplateContent(String) Allows setting a template for displaying an edit form. Inherited from GridViewSettings.
SetEmptyDataRowTemplateContent(Action<GridViewEmptyDataRowTemplateContainer>) Allows setting a template for displaying the empty data row. Inherited from GridViewSettings.
SetEmptyDataRowTemplateContent(String) Allows setting a template for displaying the empty data row. Inherited from GridViewSettings.
SetFilterCellTemplateContent(Action<GridViewFilterCellTemplateContainer>) Allows setting a template for displaying a filter cell. Inherited from GridViewSettings.
SetFilterCellTemplateContent(String) Allows setting a template for displaying a filter cell. Inherited from GridViewSettings.
SetFilterRowTemplateContent(Action<GridViewFilterRowTemplateContainer>) Allows setting a template for displaying a filter row. Inherited from GridViewSettings.
SetFilterRowTemplateContent(String) Allows setting a template for displaying a filter row. Inherited from GridViewSettings.
SetFooterCellTemplateContent(Action<GridViewFooterCellTemplateContainer>) Allows setting a template for displaying footer cells. Inherited from GridViewSettings.
SetFooterCellTemplateContent(String) Allows setting a template for displaying footer cells. Inherited from GridViewSettings.
SetFooterRowTemplateContent(Action<GridViewFooterRowTemplateContainer>) Allows setting a template for displaying the footer. Inherited from GridViewSettings.
SetFooterRowTemplateContent(String) Allows setting a template for displaying the footer. Inherited from GridViewSettings.
SetGroupFooterCellTemplateContent(Action<GridViewGroupFooterCellTemplateContainer>) Allows you to provide a template to render group footer cells. Inherited from GridViewSettings.
SetGroupFooterCellTemplateContent(String) Allows you to provide a template to render group footer cells. Inherited from GridViewSettings.
SetGroupFooterRowTemplateContent(Action<GridViewGroupFooterRowTemplateContainer>) Allows you to provide a template to render a group footer row. Inherited from GridViewSettings.
SetGroupFooterRowTemplateContent(String) Allows you to provide a template to render a group footer row. Inherited from GridViewSettings.
SetGroupRowContentTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows setting a template for displaying the content of group rows. Inherited from GridViewSettings.
SetGroupRowContentTemplateContent(String) Allows setting a template for displaying the content of group rows. Inherited from GridViewSettings.
SetGroupRowTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows setting a template for displaying group rows. Inherited from GridViewSettings.
SetGroupRowTemplateContent(String) Allows setting a template for displaying group rows. Inherited from GridViewSettings.
SetHeaderCaptionTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows setting a template for displaying column header captions. Inherited from GridViewSettings.
SetHeaderCaptionTemplateContent(String) Allows setting a template for displaying column header captions. Inherited from GridViewSettings.
SetHeaderTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows setting a template for displaying column headers. Inherited from GridViewSettings.
SetHeaderTemplateContent(String) Allows setting a template for displaying column headers. Inherited from GridViewSettings.
SetPagerBarTemplateContent(Action<GridViewPagerBarTemplateContainer>) Allows setting a template for displaying the pager. Inherited from GridViewSettings.
SetPagerBarTemplateContent(String) Allows setting a template for displaying the pager. Inherited from GridViewSettings.
SetPreviewRowTemplateContent(Action<GridViewPreviewRowTemplateContainer>) Allows setting a template for displaying preview rows. Inherited from GridViewSettings.
SetPreviewRowTemplateContent(String) Allows setting a template for displaying preview rows. Inherited from GridViewSettings.
SetStatusBarTemplateContent(Action<GridViewStatusBarTemplateContainer>) Allows setting a template for displaying the status bar. Inherited from GridViewSettings.
SetStatusBarTemplateContent(String) Allows setting a template for displaying the status bar. Inherited from GridViewSettings.
SetTitlePanelTemplateContent(Action<GridViewTitleTemplateContainer>) Allows setting a template for displaying the title panel. Inherited from GridViewSettings.
SetTitlePanelTemplateContent(String) Allows setting a template for displaying the title panel. Inherited from GridViewSettings.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also