
The following table summarizes the breaking changes of the Ultimate UI for WPF 2014 Volume 2 Release. Detailed explanations of the issues and the existing workarounds are provided after the summary table.
– Workaround available
– No known workaround
– No known workaround, fix planned
Until Ultimate UI for WPF 2014 Volume 2 Release, the xamColorPicker SelectedColorChanged
event was triggered every time a user hovers over a color in the xamColorPicker palettes.
Now the SelectedColorChanged
event is triggered only when the user selects a color with mouse click.
The UnboundField
field type is now deprecated and you should refrain from using it. Instead you should use the new editor specific field types (or the common Field
type) and set the new BindingType
property to Unbound
.
Related Topics: