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 
Unplanned
Last Updated: 31 Jul 2018 14:21 by ADMIN
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: 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: 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: 31 Dec 2019 14:27 by Shade
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 11
Category: DataForm
Type: Feature Request
10
Expose an IsEnabled property for editors that can be toggled after DataForm is rendered.

Currently, only Data Annotations can determine whether or not a property's editor is read-only. If a specific editor's read only state needs to be changed dynamically (e.g. due to a selection in another editor), you would need to completely reload the DataForm.
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.
Unplanned
Last Updated: 19 Jun 2018 05:47 by ADMIN
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.
Completed
Last Updated: 15 Jan 2020 12:08 by ADMIN
Release R1 2020
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: DataForm
Type: Feature Request
2
Add public-facing methods to re-call DataSourceProvider GetSourceFor methods. This would allow for refreshing the datasource.

Alternatively, add support for ObservableCollection to be used for DataSources so that the pickers reflect any changes to the underlying data source.
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: 23 Oct 2019 12:25 by ADMIN
Release R3 2019 SP
The segmented editor does not change the underlying property immediately.
Unplanned
Last Updated: 02 May 2018 08:54 by ADMIN
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: 21 May 2018 13:14 by ADMIN
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.
Unplanned
Last Updated: 20 Mar 2018 14:20 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataForm
Type: Feature Request
0

			
Completed
Last Updated: 20 Jun 2018 14:18 by ADMIN
Unplanned
Last Updated: 13 Jul 2018 08:17 by ADMIN
Currently, on Android and UWP the date and time editors display popups with "OK" and "Cancel" buttons, so one can easily dismiss the control even if a value has been selected. This will still keep the null value in the dataform. On iOS value changes are propagated immediately to the dataform, so there is no way to keep the null value.
Completed
Last Updated: 19 Nov 2019 12:04 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
Unplanned
Last Updated: 05 Jan 2018 08:43 by ADMIN
When DisplayValueFormat is set to an Integer property, Zero value is not applied.