Back to Devexpress

BackwardCompatibilitySettings Properties

aspnet-devexpress-dot-web-dot-backwardcompatibilitysettings-dot-underscore-properties.md

latest4.6 KB
Original Source

BackwardCompatibilitySettings Properties

Provides the backward compatibility settings.

NameDescription
DataControlAllowReadUnexposedColumnsFromClientApiDefaultValueSpecifies whether to disable client-side access to data source fields that are bound to columns and these columns are hidden in the control.
DataControlAllowReadUnlistedFieldsFromClientApiDefaultValueSpecifies whether to allow client access to data source fields that are not associated with any grid columns.
DataControlBatchEditKeepChangesOnCallbacksDefaultValueSpecifies whether the grid keeps changes made in batch edit mode on callbacks.
DataControlPreventLoadClientValuesForInvisibleColumnsSpecifies whether to prevent controls from loading values of their invisible columns from the client to the server.
DataControlPreventLoadClientValuesForReadOnlyColumnsSpecifies whether to prevent grid-like controls from loading their read-only column values from the client to the server.
DataEditorsEnableValidationForNotModifiedValuesSpecifies whether to validate editor values on the server side even if the user does not modify their values on the client side.
DataEditorsPreventLoadClientValuesForInvisibleControlsSpecifies whether to prevent invisible editor from loading their values from the client to the server.
DataEditorsPreventLoadClientValuesForReadOnlyControlsSpecifies whether to prevent editors from loading their read-only values from the client to the server.
EnableDataAnnotationAttributesSupportSpecifies whether the editors support data annotation attributes.
ListEditEnableItemsVirtualRenderingDefaultValueFor internal use only.
ListEditEnableSynchronizationDefaultValueGets or sets a value that specifies whether client manipulations with the list editor items (adding, deleting) should be synchronized with the editor’s server Items collection.
OptimizeErrorMessageDisplayForDataAnnotationValidationInEditorsSpecifies whether the editor automatically renders extra space for the error message based on the specified conditions.
RemovePotentiallyDangerousNavigateUrlDefaultValueSpecifies whether to remove potentially dangerous navigate URLs.
UseEditorPropertiesInDataControlValidationSpecifies whether grid-like and tree list components use validation rules specified in the column editor’s properties.
UseSvgTagToRenderSvgIconsSpecifies whether the Spreadsheet and Rich Text Editor controls use the SVG tag to render ribbon icons.
ValidatePotentiallyDangerousValuesInBatchEditModeSpecifies whether to validate potentially dangerous client values when the control is in batch edit mode.

See Also

BackwardCompatibilitySettings Class

BackwardCompatibilitySettings Members

DevExpress.Web Namespace