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
I am using your ClientUI2010_Samples sample app.
I have amended this line
this._name = value;
to
this._name = value.ToUpper();
public string Name { get { return this._name; } set { if (this._name != value) { this._name = value.ToUpper(); <<<<-----??????? this.ClearError("Name"); this.OnPropertyChanged("Name"); } } }
The Name propery is updated correctly but the View is not updated after tabbing off the field.If I save and return then the Name is in UpperCase. Can you please explain why the view is not being udpated.
I’m using the Desktop Host sample of ClientUI.Sample project. When viewed in browser, the url will looks like following: http://localhost:7373/Default.html#/WindowControls/UXDesktop.
Next, the Contact.cs model class is modified based on the snippet code shown in your post on October 12, 2012 7:17 AM. Save all the changes, rebuild the project, and view the sample in browser.
Below is the step-by-step:
I was unable to reproduce the reported problem in my local end. Everything worked smoothly and the View is updated without any issues. A video is enclosed which shows how the test is made on my local end.
For your information, I’m using the latest build of ClientUI 7, ClientUI 7 build 3.
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