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 have set the web combo TextMode="Readonly" and trying to set the text box value in client side.
The problem is its not allowing me to do that.
I can set the text box value in client side of read-only WebCombo by using following snippet code:
function SetText() { var comboCustomers = ISGetObject("WC_Customers"); wc1.SetText("Ana Trujillo"); // set the WebCombo's text // required only for Bound mode, instructs the WebCombo to fetch the Value from server. // this method is required for Bound mode because when a new text is set, // the WebCombo doesn't have the related Value in client side since the data has not been loaded. // this method is not required for Unbound mode. wc1.LoadValue(); }
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