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

BackwardCompatibilitySettings Members

Provides the backward compatibility settings.

Constructors

Name Description
BackwardCompatibilitySettings() Initializes a new instance of the BackwardCompatibilitySettings class.

Properties

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.
DataEditorsEnableValidationForNotModifiedValues Specifies whether to validate editor values on the server side even if the user does not modify their values on the client 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 Specifies whether the editor automatically renders extra space for the error message based on the specified conditions.
RemovePotentiallyDangerousNavigateUrlDefaultValue Specifies whether to remove potentially dangerous navigate URLs.
UseEditorPropertiesInDataControlValidation Specifies whether grid-like and tree list components use validation rules specified in the column editor’s properties.
UseSvgTagToRenderSvgIcons Specifies whether the Spreadsheet and Rich Text Editor controls use the SVG tag to render ribbon icons.
ValidatePotentiallyDangerousValuesInBatchEditMode Specifies whether to validate potentially dangerous client values when the control is in batch edit mode.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also