Completed
Last Updated: 23 Oct 2019 12:25 by ADMIN
Release R3 2019 SP
The segmented editor does not change the underlying property immediately.
Declined
Last Updated: 19 Sep 2019 15:22 by ADMIN
Hello, 

i have integrated data form in our application, it's working fine in android, ios simulator, when we tried it in ios device (iphone XR) its load and views are good but when we clicked on text editor inside of data forms we face app crash. 
Completed
Last Updated: 23 Jul 2019 05:08 by ADMIN
Release 2019.2.708 (R2 2019 minor 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

Unplanned
Last Updated: 03 Jul 2019 11:17 by ADMIN
When you use a DataForm with a GridLayout and set ColumnSpan property of the DisplayOptions for two columns in the same row, only the second column is shown on the screen on Android.
Unplanned
Last Updated: 01 May 2019 11:19 by ADMIN
Empty space on iOS is displayed as soon as any property decorated by [Ignore] is defined in the dataform definition.
Unplanned
Last Updated: 01 May 2019 11:04 by ADMIN
When I register a custom editor for a type, GetCustomEditorType is called once for the renderer, even though I have multiple data of that type. 
Unplanned
Last Updated: 08 Mar 2019 11:29 by ADMIN
Created by: Michael
Comments: 0
Category: DataForm
Type: Feature Request
0
When any gesture recognizer is added to the DataForm(e.g. TapGestureRecognizer) events are never fired. 
Completed
Last Updated: 25 Jan 2019 10:27 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 10
Category: DataForm
Type: Feature Request
10
Add localization for DisplayOptions data annotation.
Completed
Last Updated: 21 Jan 2019 06:03 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: DataForm
Type: Bug Report
2

			
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: 06 Aug 2018 14:00 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: DataForm
Type: Feature Request
3
Make it possible when tab is pressed on the keyboard the next field in the DataForm to be focused and the cursor to move to the new field.
Unplanned
Last Updated: 03 Aug 2018 08:25 by ADMIN
Unplanned
Last Updated: 31 Jul 2018 14:21 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.
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: 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: 20 Jun 2018 14:18 by ADMIN
Completed
Last Updated: 20 Jun 2018 14:15 by Craig