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

BackwardCompatibilitySettings Properties

Provides the backward compatibility settings.
Name Description
DataControlAllowReadUnexposedColumnsFromClientApiDefaultValue Specifies whether to disable client-side access to data source fields that are bound to columns and these columns are hidden in the control.
DataControlAllowReadUnlistedFieldsFromClientApiDefaultValue Specifies whether to disable client-side access to data source fields which are not associated with any grid columns.
DataControlBatchEditKeepChangesOnCallbacksDefaultValue Specifies whether the grid keeps changes made in batch edit mode on callbacks.
DataControlPreventLoadClientValuesForInvisibleColumns
DataControlPreventLoadClientValuesForReadOnlyColumns Specifies whether to load read-only column values from the client to the server side.
DataEditorsPreventLoadClientValuesForInvisibleControls
DataEditorsPreventLoadClientValuesForReadOnlyControls Specifies whether to load read-only editor values from the client to the server side.
EnableDataAnnotationAttributesSupport Specifies whether the editors support data annotation attributes.
ListEditEnableItemsVirtualRenderingDefaultValue For internal use only.
ListEditEnableSynchronizationDefaultValue Gets 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.
OptimizeErrorMessageDisplayForDataAnnotationValidationInEditors
RemovePotentiallyDangerousNavigateUrlDefaultValue Specifies whether to remove potentially dangerous navigate URLs.
See Also