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
How do you activate the trigger?
I have update text in native iOS and it isn't updating in the core. How can I trigger the binding provider to recognize the change of text?
Please try to set the UpdateSourceTrigger to PropertyChanged. By default, text will be updated on lost focus.
Hope this help.
The textbox I use never gets an actual focus it is a placeholder that I use to set the value in native. What other way can you think of to grab the data out of the textbox?
textView.SetPropertyValue(BindableProperties.TextProperty, "New value");
The SetPropertyValue takes 2 parameters, the bindable property to update and the new value. You will typicallycall this method against the target view, in the above case, the text view. So, if the text view is bound to any model (two-way binding mode will be required), then all bound models will be updated accordingly.
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