Completed
Last Updated: 19 Nov 2019 12:05 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
Completed
Last Updated: 23 Jul 2019 05:08 by ADMIN
Release 2019.2.708 (R2 2019 minor release)
Completed
Last Updated: 20 Jun 2018 14:15 by Craig
Completed
Last Updated: 19 Nov 2019 12:04 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
Completed
Last Updated: 21 Jan 2019 06:03 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: DataForm
Type: Bug Report
2

			
Completed
Last Updated: 24 Oct 2019 11:28 by Sisi
Release R3 2019 SP
Completed
Last Updated: 21 Jun 2017 13:14 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: DataForm
Type: Bug Report
1
If an editor does not have positive/negative feedback, an empty text view still appears after validation and shifts the editors.

Available in the 2017 R2 SP release.
Completed
Last Updated: 18 Jan 2018 13:14 by ADMIN
Completed
Last Updated: 23 Mar 2018 14:44 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 0
Category: DataForm
Type: Bug Report
1
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; }
Completed
Last Updated: 16 Sep 2020 11:40 by ADMIN
Release R3 2020
If the following data annotations are defined:

[DisplayValueFormat(Date = "MM-dd-yyyy HH:MM tt")]
[ReadOnly]

DisplayValueFormat is not applied properly.
Completed
Last Updated: 21 May 2018 13:14 by ADMIN
This prevents content below the control to be visible.

Available in the R2 2018 release.
Completed
Last Updated: 23 Oct 2019 12:25 by ADMIN
Release R3 2019 SP
The segmented editor does not change the underlying property immediately.
Completed
Last Updated: 22 Oct 2020 15:29 by ADMIN
Release R3 2020 SP1

Setting DataFormPasswordEditor inside a custom renderer on Android leads to the following exception:

Java.Lang.NullPointerException: Attempt to invoke virtual method 'java.util.Iterator java.util.ArrayList.iterator()' on a null object reference

Completed
Last Updated: 21 Jun 2017 11:18 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: DataForm
Type: Bug Report
0
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.
Completed
Last Updated: 26 Feb 2018 10:40 by ADMIN
Available in minor release 2018.1.202. It will also be available in the R1 2018 SP release.
Completed
Last Updated: 19 Nov 2019 12:05 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
Numeric and date editors are not aligned identically to the other editors inside the dataform
Completed
Last Updated: 20 Jun 2018 14:18 by ADMIN
Completed
Last Updated: 21 May 2018 13:14 by ADMIN
Completed
Last Updated: 27 Jul 2018 11:12 by ADMIN
Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Completed
Last Updated: 19 Nov 2019 12:05 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
The error message is not showing when the editor is empty and the ValidateAll method is called