Unplanned
Last Updated: 14 Mar 2022 12:31 by Calin
For integer values users may use the IntegerEditor - provide a way to set the number formatting, for example add a thousand separator.
Unplanned
Last Updated: 13 Jan 2022 09:42 by ADMIN
Created by: Ak
Comments: 0
Category: DataForm
Type: Feature Request
0
Currently DataForm for Xamarin.Forms provides ToggleButtonEditor and CheckBoxEditor for boolean values.  We can add a SwitchEditor as well, as it is available for the native Android and iOS DataForms.
Unplanned
Last Updated: 17 Aug 2021 14:13 by ADMIN
When setting a SliderEditor for a property of the DataForm source,  currently it shows only a slider - provide a way to display the slider value as well.
Unplanned
Last Updated: 10 May 2021 09:16 by ADMIN
Created by: EK
Comments: 0
Category: DataForm
Type: Feature Request
0
AutoComplete editor does not have RTL support :
- The clear icon ("X") is on the right side and not on the left side.
- The list of options is aligned to the left on not to right.

The validation message is on the left side and not on the right side.
Completed
Last Updated: 21 Jan 2021 11:44 by ADMIN
Release R1 2021
Created by: Hector
Comments: 2
Category: DataForm
Type: Feature Request
2

If you prepare a Xamarin.Forms app to respect iOS Dark Mode, it is apparent that the RadDataForm is only respecting the native elements for Dark Mode.

REPRODUCIBLE

For example, use my attached reproducible.  Notice how the text in the native editors has the appropriate light text, but the background is still stuck on light coloring.

 

 

If you try to use Editor style or GroupHeaderStyle, you can't use DynamicResource because the style's properties are not BindableProperties:

We really need these properties to be usable with DynamicResource, so this is a feature request more than a bug report. Update the properties to BindableProperties that with with DynamicResource.

WORKAROUND

A workaround for this would be to set everything you can to be transparent:

 

Thank you.

 

 

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.
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: 08 Apr 2020 14:39 by ADMIN

When the decimal separator is comma "," for example on a device with Spanish location (es-ES), and the source property is of type decimal,  the DecimalEditor of RadDataForm does not receive the decimal separator.

The issue is not reproduced with properties of type double.

Unplanned
Last Updated: 04 Mar 2020 11:41 by ADMIN

Hi,

I am using DataForm for my project and in the process of implementing validation. For validation, I use DataAnnotation-NonEmptyValdator for the required fields.

Is there a way to change it dynamically in runtime?.

For example, I have 2 fields, the first field is always required. However, the second field is not always required, it depends on the selected item of the first field.

Thanks

Dan

Unplanned
Last Updated: 03 Feb 2020 09:29 by ADMIN
In Android when an Entry is focused (and probably not only Entry) and you press Enter and expect to automatically tab to the next editor - it does not work. Sometimes the focus is not moved, sometimes the focus is moved to an invalid location like the first editor in the DataForm or an Entry outside the DataForm.
Completed
Last Updated: 15 Jan 2020 12:08 by ADMIN
Release R1 2020
ADMIN
Created by: Lance | 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.
Unplanned
Last Updated: 31 Dec 2019 14:27 by Shade
ADMIN
Created by: Lance | 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: 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.
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 
Completed
Last Updated: 19 Nov 2019 12:05 by ADMIN
Release 2019.3.1119 (R3 2019 minor 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: 19 Nov 2019 12:04 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
Completed
Last Updated: 19 Nov 2019 12:04 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
Completed
Last Updated: 24 Oct 2019 11:28 by Sisi
Release R3 2019 SP
1 2 3 4