Backward Compatibility
Latest Release Notes
You can check the latest Release Notes here.
Breaking changes for Telerik RadDataFilter for SilverlightWPF Q3 2011
Deleting the entire text from the StringFilterEditor will now clear the filter instead of filtering on string.Empty.
The StringFilterEditor control has two new properties now - Text and IsCaseSensitive.
If you create this editor manually instead of relying on the FilterEditorFactory, you have to bind these two properties to the "Value" and "IsCaseSensitive" properties of the filtering view model respectively.
- The default filter editor for numeric types is now TextBox instead of RadMaskedTextBox.