We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to save the Formdata

Hallo,

how can I get the data from SFdataFrom, to save this data into, for example Database? 

Thanks,

Markus

3 Replies

KA Karthikraja Arumugam Syncfusion Team February 6, 2020 09:26 AM UTC

Hi Markus, 
 
Thank you for contacting Syncfusion support. 
 
We have checked your requirement of “Getting information from dataform” in Xamarin.iOS, and we would like to inform you that it can be achieved using DataObject property of DataForm. DataObject will hold the input values of properties, get the values from it and save it in the database. 
 
Please refer the following code example for the same, 
private void Button_TouchUpInside(object sender, EventArgs e) 
            var model = dataForm.DataObject as DataFormModel; 
 
We have prepared a sample for the same, 
Sample link: DataFormiOS 
 
We hope this helps. Please let us know if you would require any further assistance. 
 
Regards, 
Karthik Raja A 



MA Markus February 6, 2020 11:16 AM UTC

Hallo Karthik Raja A,

thank you :) for the fast answer and solution. But I'm not able to download the sample.

Thanks,

Markus


KA Karthikraja Arumugam Syncfusion Team February 6, 2020 11:22 AM UTC

Hi Marcus, 
 
Sorry for the inconvenience caused. 
 
You can download the sample using the following link, 
Sample link: DataFormiOS 
 
Please let us know if you have any concern. 
 
Regards, 
Karthik Raja A 


Loader.
Up arrow icon