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 two linked bound combos: Parent and Child. I select a row in a Parent combo and then Child combo is populated, but nothing is displayed first. Then I select a row in a Child combo. Then, I want to unselect a row is a Child combo (display an empty cell). If I delete the content of the cell and leave the cell (loose focus), the previously selected cell is displayed. How to unselect everything (display an empty cell) in a Child combo? Thanks, Ellen.
Hello Ellen,
You can use ClearSelection() method to display an empty cell. Here is the following code:
function DoClear() { var combo = ISGetObject("wcProduct"); combo.ClearSelection(); }
Invoke this script using button or any control you like. It will clear the selection you made in the combo.
Hope this helps. Thank you.
Regards,-Martin-
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