Unplanned
Last Updated: 29 Mar 2018 11:51 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: DataForm
Type: Feature Request
2

			
Completed
Last Updated: 20 Jun 2018 14:15 by Craig
Unplanned
Last Updated: 01 Nov 2017 14:10 by Matt
Created by: Matt
Comments: 0
Category: DataForm
Type: Feature Request
1

			
Unplanned
Last Updated: 03 Nov 2017 13:57 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataForm
Type: Bug Report
1

			
Completed
Last Updated: 23 Mar 2018 14:44 by ADMIN
ADMIN
Created by: Lance | Senior 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; }
Unplanned
Last Updated: 05 Jan 2018 08:43 by ADMIN
When DisplayValueFormat is set to an Integer property, Zero value is not applied.
Completed
Last Updated: 18 Jan 2018 13:14 by ADMIN
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: 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.
Declined
Last Updated: 16 Jul 2019 09:57 by ADMIN
Created by: Mohamed
Comments: 1
Category: DataForm
Type: Bug Report
1

Please refer to the attached project that reproduces the issue. In the MainPage constructor, you can switch between using the PickerEditor (validation works) and the SegmentedEditor (validation doesn't work).

// Works with validation
dataForm.RegisterEditor("Location", EditorType.PickerEditor);
 
// Doesn't work with validation
//dataForm.RegisterEditor("Location", EditorType.SegmentedEditor);


This leads to other issues like the PropertyValidationCompleted event not firing.

Thank you,
Mohamed

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: 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.
Unplanned
Last Updated: 29 Mar 2018 11:51 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: DataForm
Type: Bug Report
1
There is an empty group title view above the editors even if there are no groups.
The red area on the attached screenshot.
Unplanned
Last Updated: 27 Jul 2018 07:36 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataForm
Type: Feature Request
1
Add FontFamily option to DataFormEditorStyle and DataFormGroupHeaderStyle.
Unplanned
Last Updated: 27 Jul 2018 07:14 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataForm
Type: Feature Request
1
Add TextAttributes option to DataFormEditorStyle and DataFormGroupHeaderStyle (e.g. Bold).
Unplanned
Last Updated: 06 Aug 2018 14:36 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataForm
Type: Feature Request
1
Allow multiple selection from the AutoCompleteEditor using Tokens and properly commit it.
Unplanned
Last Updated: 31 Jul 2018 14:21 by ADMIN
Unplanned
Last Updated: 29 Mar 2018 11:51 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: DataForm
Type: Feature Request
1
We need to simplify the way the editors can be customized.  XAML only solution would be great.
Completed
Last Updated: 19 Nov 2019 12:04 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)