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
Hi,
I have webcombo with option <MultipleSelectionSettings Enabled="true"/> on my aspx page. Webcombo is filled from page code behind as follows: combo.PopulateUnboundData(dt, True) where dt is DataTable object. When I call function SetAdditionalFilters on client side in javascript, I get a blank resultbox in webcombo.
I suspect the problem is in use PopulateUnboundData method, but I do not know other way how to fill webcombo control with option <MultipleSelectionSettings Enabled="true"/>. Webcombo controls without this option I also fill in code behind, but on other way as also: combo.DataSource = dt. When I call same function SetAdditionalFilters on this contol, filtering works well.
When I try fill webcombo with option <MultipleSelectionSettings Enabled="true"/> on this way (combo.DataSource = dt), I get nothing in resultbox of control.
Is there a way that I have webcombo with option <MultipleSelectionSettings Enabled="true"/> and functionality of filtering at the same time?
Best regards,
Jurica
I created a sample of WebCombo with following specification:
customersCombo.SetAdditionalFilters("[Country] = 'Germany'");
Please find the attached sample and let me know whether this helps or not.
thank you for your answer. I managed to do filtering in the same way as in your example (with data source control on .aspx file), just I used SqlDataSource.
... I managed to do filtering in the same way as in your example ...
Glad to hear the good news.
Should you need further assistance or run into any problems regarding our controls, feel free to contact us through the live chat service or post it into our community. We would be happy to assist you again.
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