You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to remove a thousand separators in the numeric text field in Xamarin.Forms DataForm (SfDataForm)
1
+
# How to remove a thousand separators in the numeric text field in Xamarin.Forms DataForm (SfDataForm)
2
+
3
+
You can disabled the thousand seperators for numeric editor in Xamarin.Forms [SfDataForm](https://help.syncfusion.com/xamarin/dataform/getting-started?) by using [EnableGroupSeparator](https://help.syncfusion.com/xamarin/numeric-entry/number-formatting?_ga=2.17119792.843378045.1589170218-1204678185.1570168583#set-enablegroupseparator) property.
4
+
5
+
Refer to the [online user guide documentation](https://help.syncfusion.com/xamarin/dataform/working-with-dataform?_ga=2.17994672.843378045.1589170218-1204678185.1570168583#auto-generating-dataformitems-for-the-data-field) for customize the editor in DataForm using [AutoGeneratingDataFormItem](https://help.syncfusion.com/cr/cref_files/xamarin/Syncfusion.SfDataForm.XForms~Syncfusion.XForms.DataForm.SfDataForm~AutoGeneratingDataFormItem_EV.html?) event.
0 commit comments