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
Is it possible to set or clear all items in a WebCombo box that is set to allow multiple selections?
For now, we don't have specific method to select all items. If you want, you need to select multiple values one by one. Below is the snippet code.
WebCombo1.SetMultipleValues("DataTextField1;DataTextField2;DataTextField3", "DataValueField1;DataValueField2;DataValueField3"); Example : WebCombo1.SetMultipleValues("Nancy;Janet;Steven", "1;3;5");
Hope this helps.
Regards,Handy
Could you be more detail in your question? To clear all items in WebCombo resultbox, you can use WebCombo1.ClearResultBox(); But if you want to clear the multiple selection on WebComboBox you can use WebCombo1.ClearSelection(); Btw, what do you want to achieve when set all items? Hope this helps.
Handy;
I would like to save the user the effort of clicking a large number of items if possible. The user selects items in the WebCombo as parameters. Sometimes they would like to select all of the items in the list with a single click.
Hi Alfred,
I am sorry but I am confused with the scenario, so do you want to clear the user selection or select all item in WebCombo in single click?
Best Regards,
Gordon Tumewu
Both. Handy provided me with code to clear the items. I would also like to select them all as a separate function.
Thanks,
Al
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