BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Rajesh, Thanks for contacting Syncfusion Support. Query 1: “Issue in positioning the control” We can reproduce the issue "picker is visible at the right buttom" from our side which is a known issue and we have fixed this issue already. This fix is included in our Volume 3 Service pack 2. Please download the Volume 3 Service pack 2 from the below link. Link: https://www.syncfusion.com/forums/132941/essential-studio-2017-volume-3-service-pack-release-v15-3-0-33-available-for-download Query 2: “In iOS, the picker is not visible” Please check our UG Link which provides the detailed information to display the SfPicker in iOS Link: https://help.syncfusion.com/xamarin/sfpicker/gettingstarted#ios Or please add the below code in the FinishedLaunching method which will be available in the AppDelegate.cs file. SfPickerRenderer.Init(); We have also prepared a simple sample using SfPicker Control in xamarin forms. Please find the sample from the below link: Link: http://www.syncfusion.com/downloads/support/forum/132913/ze/SfDateTimePicker-1156583892 Query 3: “Is the license key embedded in the package” It is not required to register the unlock key for our Mac setups. You can use the Syncfusion Mac installer for your developing purposes without registering the Unlock key. Please let us know if you have any other query. Regards, Eswaran AT. |
Hi Eswaran,
Thanks for the answer and it helped to solve the problem.
Regards,
Rajesh
Hi Eswaran,
Thanks for the answer and it helped to solve the problem.
Regards,
Rajesh
Hi Eswaran,
Thanks for the answer and it helped to solve the problem.
I have a few doubts
How
can i display the picker as an entry control or label or the default
layout itself (as seen in the attachment) and on tapping, it displays
the calendar and selecting ok displays the date in it.
How
can the date and time be extracted separately and displayed without
showing the calendar or saving the values in variables to be saved in
SQLite database.
Can you please explain how to extract the date and time in particular formats from the calendar control.
Regards,
Rajesh
Hi Rajesh,
Thanks for your your update.
Query 1: How can i display the picker as an entry control or label
Based on your requirement we have prepared a sample in sfpicker control in xamarin forms. In the attached sample we will display the SfPicker control while clicking the entry control. Please find the sample from the below link.
Link: http://www.syncfusion.com/downloads/support/forum/132913/ze/picker132913-1636883341
Query 2: How can the date and time be extracted separately and displayed without showing the calendar and Can you please explain how to extract the date and time in particular formats from the calendar control.
We can extract the date and time seperately in a particular format from the SfPicker control. In the above attached sample we have seperately extracted the date and time and displayed it in the entry. So please refer the above sample.
Regards,
Eswaran AT.