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

ASPxGridBehaviorSettings Properties

Serves as a base for classes that provide behavior options for grid-like controls (such as ASPxGridView, ASPxCardView and ASPxVerticalGrid).
Name Description
AllowClientEventsOnLoad Gets or sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load.
AllowEllipsisInText Specifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width.
AllowHeaderFilter Specifies whether filtering using the header filter is allowed.
AllowSort Gets or sets whether grid data can be sorted.
ConfirmDelete Specifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted.
EncodeErrorHtml Gets or sets whether the control keeps its error row content that is HTML as HTML, or instead, strips out the HTML markers.
HeaderFilterMaxRowCount Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values.
ProcessSelectionChangedOnServer Gets or sets a value that specifies whether selection changes should be processed on the server side.
SelectionStoringMode Gets or sets a value that specifies how the control stores the keys of the selected records.
SortMode Gets or sets how data is sorted.
SummariesIgnoreNullValues Gets or sets whether null values must be ignored when calculating summaries.
See Also