Intersoft WebCombo Documentation
How-to: Use combined dependencies linked WebCombo
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Advanced Features > Linked WebCombo How-to Topics > How-to: Use combined dependencies linked WebCombo

Glossary Item Box

Combined scenario is the combination of single and multiple dependencies scenario in order to create an array of linked WebCombo instances, where one WebCombo is dependent to another WebCombo and another WebCombo is dependent to one or more than one other instances.

In this topic, you will learn how to use combined dependencies linked WebCombo.

To use combined dependencies linked WebCombo.

  1. Bind Country field to WebCombo1 using  AccessdataSource (Customers table from NorthWind), checked "Return only unique rows" check box
  2. Bind WebCombo2 to AccessDataSource (using Table Suppliers from database NorthWind).
  3. Bind WebCombo3 to AccessDataSource (using Table Categories from database NorthWind).
  4. Bind WebCombo4 to AccessDataSource (using Table Products from database NorthWind).
  5. Open WebCombo2's designer - Advanced SettingsLinkSettings.
  6. Set Enabled to True, Set the ParentWebComboID to "WebCombo1".



  7. Open WebCombo4's designer - Advanced SettingsLinkSettings.
  8. Set Enabled to True, Set FilteredDataMember to "SupplierID, CategoryID"
  9. Set the ParentWebComboID to "WebCombo2, WebCombo3".



  10. The result should look like following.

See Also