
Adds validation and error styles to FlexGrid to improve user input at runtime.
Features
- FlexGrid for WPF Validation and Error Styles
- Adds support for validation and error styles so that user inputs can be validated at runtime.
- Validation in FlexGrid honors standard IDataErrorInfo and INotifyDataErrorInfo interfaces implemented in the data items.
- The ShowErrors, ErrorIconTemplate, ErrorStyle, RowErrorStyle, and RowHeaderErrorStyle settings could be used to control how errors are shown.
- FlexGrid for WPF Selection APIs Improved
- Improved the selection API in the WPF FlexGrid with new or improved properties: SelectedItem, SelectedItems, SelectedIndex.
- Provides more flexibility in manipulating the selected items at runtime to customize your application behavior.
- PropertyGrid for WPF Performance Enhancements
- Refactored the PropertyGrid control so it is more performant.
- Added new built-in editors for colors, brushes, and gradients.
- FlexPie for WPF Legend Improvements
- Now supports more legend position options like top-left, top-right, bottom-left, bottom-right, left-top, left-bottom, right-top, and right-bottom.
- Legends can be formatted through the LegendItemFormat event to customize the item text.