iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I am creating a test project, in order to study on the Crosslight, but I am facing a problem, as it would be to be able to create a DateTime field to the User to choose a date? I'm not sure what to put in the Layout (axml) in BindingProviders and ViewModel
I am sending herewith my test project.
Hi Gabriel,
I have modified your sample by adding datepicker and timepicker. The Following are the modification I have done on your project:1. PageTesteViewModel Add a new DateTime type property.
2. PageTest.axml add DatePicker and TimePicker
3. TesteBindingProvider Bind DatePicker and TimePicker to ViewModel's DisplayDate Property.
this.AddBinding("datePicker1", BindableProperties.ValueProperty, new BindingDescription("DisplayDate", BindingMode.TwoWay));this.AddBinding("timePicker1", BindableProperties.ValueProperty, new BindingDescription("DisplayDate", BindingMode.TwoWay));
That should do it.
Best Regards,Leo
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname