Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146294 | Jul 30,2019 07:39 AM UTC | Aug 1,2019 12:36 PM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfDataForm |
[C#]
protected override void OnCommitValue(Entry view)
{
var dataFormItemView = view.Parent as DataFormItemView;
var value = Convert.ToInt32(view.Text);
view.Text = (value * 10).ToString();
this.DataForm.ItemManager.SetValue(dataFormItemView.DataFormItem, view.Text);
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.