Skip to main content

BootstrapGridViewBehaviorSettingsBuilder Methods

Provides behavior options for BootstrapGridViewBuilder.
Name Description
AllowAutoFilter(Boolean) Specifies whether auto filtering is allowed.
AllowCellMerge(Boolean)
AllowClientEventsOnLoad(Boolean) Sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load.
AllowDragDrop(Boolean) Sets whether end-users can drag column headers.
AllowEllipsisInText(Boolean)
AllowFocusedRow(Boolean) Sets whether the focused row is displayed.
AllowGroup(Boolean) Sets whether grid data can be grouped.
AllowHeaderFilter(Boolean) Specifies whether filtering using the header filter is allowed.
AllowSelectByRowClick(Boolean) Sets a value that specifies whether selection via row clicks is available within the GridView.
AllowSelectSingleRowOnly(Boolean) Sets a value that specifies whether multiple row selection is available within the GridView.
AllowSort(Boolean) Sets whether grid data can be sorted.
AutoExpandAllGroups(Boolean) Sets whether all group rows displayed within the GridView are automatically expanded.
AutoFilterRowInputDelay(Int32) Sets the time interval between the time a user starts typing within the Filter Row, and filtering is applied.
ColumnMoveMode(GridColumnMoveMode)
ConfirmDelete(Boolean) Sets whether the Confirm Delete window is displayed when deleting a data item (row, card or record).
EnableRowHotTrack(Boolean) Sets whether the GridView displays the hot tracked row.
EncodeErrorHtml(Boolean) Sets whether the control keeps its error row content that is HTML as HTML, or instead, strips out the HTML markers.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
FilterRowMode(GridViewFilterRowMode) Sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HeaderFilterMaxRowCount(Int32) Sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values.
MaxPreviewTextLength(Int32) Specifies the maximum length of the preview row text.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MergeGroupsMode(GridViewMergeGroupsMode)
ProcessColumnMoveOnClient(Boolean) Sets a value whether or not column move operations are processed on the client.
ProcessFocusedRowChangedOnServer(Boolean) Sets a value that specifies whether a change to the focused row should be completely processed on the server side.
ProcessSelectionChangedOnServer(Boolean) Sets a value that specifies whether selection changes should be processed on the server side.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectionStoringMode(GridViewSelectionStoringMode) Sets a value that specifies how the control stores the keys of the selected records.
SortMode(ColumnSortMode) Sets how data is sorted.
SummariesIgnoreNullValues(Boolean)
ToString() Returns a string that represents the current object. Inherited from Object.
See Also