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.
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.
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.
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. 
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
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.
1 2