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
In Multiselect mode, I'm trying to select multiple value from the code behind, passing only the values (not the texts).
If in not bounded, I could happily usevar selectedItems = theComboBox.PopulateValueItems(values);theComboBox.SetMultipleValues(selectedItems); The problem is when I in bound mode to a ISDataSource, the PopulateValueItems always return an empty array. Is there a simple way to do this or should I do it manually ? It is strange because in single select mode, it is working perfectly.
var selectedItems = theComboBox.PopulateValueItems(values);theComboBox.SetMultipleValues(selectedItems); The problem is when I in bound mode to a ISDataSource, the PopulateValueItems always return an empty array. Is there a simple way to do this or should I do it manually ? It is strange because in single select mode, it is working perfectly.
The problem is when I in bound mode to a ISDataSource, the PopulateValueItems always return an empty array. Is there a simple way to do this or should I do it manually ? It is strange because in single select mode, it is working perfectly.
thanks
Hello,
As far i know, PopulateValueItems only works on unbound mode. That's why arraylist got null in bound mode because the data has not loaded yet in bound mode.
Regards,Handy
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