When the decimal separator is comma "," for example on a device with Spanish location (es-ES), and the source property is of type decimal, the DecimalEditor of RadDataForm does not receive the decimal separator.
The issue is not reproduced with properties of type double.
Users cannot input decimal separator both "." and "," in the decimal editor. Available in minor release 2017.2.0523. It will also be available in the R2 2017 SP release.
Expose a way to control the exact string visualized in the DecimalEditor. After entering 1234.2 in the editor, users should be able to configure the string to see 1,234.20. Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
The error message is not showing when the editor is empty and the ValidateAll method is called
Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
The expected behavior when updating the text on a button click, for example, is to expand the editor. Currently the editor is expanded when the user starts typing inside it.
Available in the R2 2018 release.