Backward Compatibility
Latest Release Notes
You can check the latest Release Notes here.
Q2 2015
- DataFormValidationSummary Errors and HasErrors properties are now read-only. Errors still support modifications of its items (add/remove), but it no longer has a public setter.
Q1 2013
-
Removed the IsRequired property of DataFormDataField. It was marked as obsolete with Q3 2012
-
Removed the Telerik.Windows.Controls.Data.DataForm.ErrorInfo type. It was marked as obsolete with Q3 2012. Telerik.Windows.Controls.Data.ErrorInfo should be used instead
Q2 2012 SP1
-
Removed a unneeded item-validation check on cancel.
-
Setting the access modifier of DataFormDataField.GetControlBindingProperty() to protected internal.
Q1 2012 SP1
-
Telerik.Windows.Controls.Data.DataForm.ErrorInfo is now obsoleted. Use Telerik.Windows.Controls.Data.ErrorInfo instead.
-
The label element (“PART_Label”) of DataFormDataField is now ContentControl (TextBlock previously). Old custom themes should not be affected.
-
The default value of the AutoCommit property is now true. Previous default behavior of RadDataForm is the same.