Currently, all groups are expanded by default. We should expose methods to collapse/expand certain groups. Furthermore, CollapseAll, ExpandAll groups should be considered as well.
The error message is not showing when the editor is empty and the ValidateAll method is called
Numeric and date editors are not aligned identically to the other editors inside the dataform
The segmented editor does not change the underlying property immediately.
Add localization for DisplayOptions data annotation.
Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Available in the 2018 R2 SP release.
Available in the 2018 R2 SP release.
This prevents content below the control to be visible. Available in the R2 2018 release.
Available in the R2 2018 release.
The Source property should support two way binding. Available in the R2 2018 release.
On UWP, the IntegerEditor has a default max value of 100. This is not present on other platforms. Current Workaround The workaround is to explicitly set the max value via a NumericalRangeValidator E.G. [NumericalRangeValidator(int.MinValue, int.MaxValue)] public int PropertyName { get; set; }
Available in minor release 2018.1.202. It will also be available in the R1 2018 SP release.