Completed
Last Updated: 19 Nov 2019 12:05 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
Declined
Last Updated: 29 May 2018 08:35 by ADMIN
 Nullable int property is validated against range when no data is input.
Unplanned
Last Updated: 14 Dec 2017 13:51 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: DataForm
Type: Bug Report
0
 When a field is of type Integer and is configured to use IntegerEditor, currently it is shown with a decimal point
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
Unplanned
Last Updated: 24 Nov 2017 14:31 by ADMIN
The maximum value that the DecimalEditor can set seems to be 100. If the underlying property is more than 100 it automatically sets it and you cannot increase it through the UI.
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: 03 Nov 2017 13:57 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataForm
Type: Bug Report
1

			
Unplanned
Last Updated: 01 Nov 2017 14:10 by Matt
Created by: Matt
Comments: 0
Category: DataForm
Type: Feature Request
1

			
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: 18 Jan 2018 13:14 by ADMIN
Unplanned
Last Updated: 26 Feb 2018 10:42 by Jim
Created by: Jim
Comments: 0
Category: DataForm
Type: Bug Report
0
Built the SDKBrowser project for iOS, using VS 2017 and latest stable Xamarin.Forms.
When editing a field, the OS keyboard appears and above it are "Prev" and "Next" buttons for moving between form fields.  Those buttons behave erratically.  Attached 2 images.

01: the 1st field is focused.
02: after pressing Next, the 3rd field is focused ("Age").

Pressing Next again does not change which field is focused, and Prev becomes active.  Pushing either Prev or Next does nothing at all.
Completed
Last Updated: 20 Jun 2018 14:15 by Craig
Unplanned
Last Updated: 03 Apr 2018 06:53 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: DataForm
Type: Feature Request
3
With the current implementation in Xamarin.Forms, the control has no built-in support for enumerable properties. The approach is to create custom renderers and use the native editors.  We need to expose default editors for enumerable and custom types.
Completed
Last Updated: 19 Nov 2019 12:05 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
ADMIN
Created by: Stefan Nenchev
Comments: 7
Category: DataForm
Type: Feature Request
10
Currently, all groups are expanded by default. We should expose methods to collapse/expand certain groups. Furthermore, CollapseAll, ExpandAll groups should be considered as well.
Unplanned
Last Updated: 13 Mar 2018 09:13 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataForm
Type: Feature Request
5

			
Unplanned
Last Updated: 09 Apr 2020 06:16 by ADMIN
Created by: Naveen
Comments: 11
Category: DataForm
Type: Feature Request
17
In Xamarin.Forms, there is no multiline text box editor in RadDataForm.
Unplanned
Last Updated: 06 Mar 2018 13:44 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 3
Category: DataForm
Type: Feature Request
5
Provide capability to replace the native view with Xamarin Template.
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: 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.