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

BootstrapGridViewBehaviorSettings Properties

Provides behavior options for BootstrapGridView.
Name Description
AllowAutoFilter Specifies whether auto filtering is allowed. Inherited from ASPxGridViewBehaviorSettings.
AllowCellMerge Specifies if cell merging is allowed. Inherited from ASPxGridViewBehaviorSettings.
AllowClientEventsOnLoad Gets or sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load. Inherited from ASPxGridBehaviorSettings.
AllowDragDrop Gets or sets whether end-users can drag column headers. Inherited from ASPxGridViewBehaviorSettings.
AllowEllipsisInText Specifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width. Inherited from ASPxGridBehaviorSettings.
AllowFixedGroups This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
AllowFocusedRow Gets or sets whether the focused row is displayed. Inherited from ASPxGridViewBehaviorSettings.
AllowGroup Gets or sets whether grid data can be grouped. Inherited from ASPxGridViewBehaviorSettings.
AllowHeaderFilter Specifies whether filtering using the header filter is allowed. Inherited from ASPxGridBehaviorSettings.
AllowMultiSelection Obsolete. Gets or sets whether end-users can select multiple data rows by clicking them. Inherited from ASPxGridViewBehaviorSettings.
AllowSelectByRowClick Gets or sets a value that specifies whether selection via row clicks is available within the ASPxGridView. Inherited from ASPxGridViewBehaviorSettings.
AllowSelectSingleRowOnly Gets or sets a value that specifies whether multiple row selection is available within the ASPxGridView. Inherited from ASPxGridViewBehaviorSettings.
AllowSort Gets or sets whether grid data can be sorted. Inherited from ASPxGridBehaviorSettings.
AutoExpandAllGroups Gets or sets whether all group rows displayed within the ASPxGridView are automatically expanded. Inherited from ASPxGridViewBehaviorSettings.
AutoFilterRowInputDelay Gets or sets the time interval between the time a user starts typing within the Filter Row, and filtering is applied. Inherited from ASPxGridViewBehaviorSettings.
ColumnMoveMode Gets or sets a value that defines how ASPxGridView columns can be rearranged using drag-and-drop. Inherited from ASPxGridViewBehaviorSettings.
ColumnResizeMode Obsolete. Gets or sets a value that specifies how columns are resized when an end-user changes a column’s width. Inherited from ASPxGridViewBehaviorSettings.
ConfirmDelete Specifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted. Inherited from ASPxGridBehaviorSettings.
EnableCustomizationWindow This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
EnableRowHotTrack Gets or sets whether the ASPxGridView displays the hot tracked row. Inherited from ASPxGridViewBehaviorSettings.
EncodeErrorHtml Gets or sets whether the control keeps its error row content that is HTML as HTML, or instead, strips out the HTML markers. Inherited from ASPxGridBehaviorSettings.
FilterRowMode Gets or sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button. Inherited from ASPxGridViewBehaviorSettings.
HeaderFilterDefaultHeight Obsolete. Gets or sets the Header Filter‘s default height. Inherited from ASPxGridViewBehaviorSettings.
HeaderFilterMaxRowCount Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values. Inherited from ASPxGridBehaviorSettings.
MaxPreviewTextLength Specifies the maximum length of the preview row text. Inherited from ASPxGridViewBehaviorSettings.
MergeGroupsMode Gets or sets the merged grouping mode. Inherited from ASPxGridViewBehaviorSettings.
ProcessColumnMoveOnClient Gets or sets a value whether or not column move operations are processed on the client. Inherited from ASPxGridViewBehaviorSettings.
ProcessFocusedRowChangedOnServer Gets or sets a value that specifies whether a change to the focused row should be completely processed on the server side. Inherited from ASPxGridViewBehaviorSettings.
ProcessSelectionChangedOnServer Gets or sets a value that specifies whether selection changes should be processed on the server side. Inherited from ASPxGridBehaviorSettings.
SelectionStoringMode Gets or sets a value that specifies how the control stores the keys of the selected records. Inherited from ASPxGridBehaviorSettings.
SortMode Gets or sets how data is sorted. Inherited from ASPxGridBehaviorSettings.
SummariesIgnoreNullValues Gets or sets whether null values must be ignored when calculating summaries. Inherited from ASPxGridBehaviorSettings.
See Also