Intersoft WebCombo Documentation
How-to: Integrate a WebTreeView control to WebCombo
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Features Overview > Features Added in WebCombo 4 > Integration with WebTreeView > How-to: Integrate a WebTreeView control to WebCombo

Glossary Item Box

WebCombo introduces its new ability to be integrated with WebTreeView control. With this feature, you can provide richer and more intuitive way for your end users to input from hierarchical/grouped data.

This topic shows how to integrate WebTreeView to WebCombo.

To integrate WebTreeView with WebCombo

  1. Right click on WebCombo control and choose Properties.
  2. Expand IntegrationSettings.
  3. Set ControlId to WebTreeView control, such as WebTreeView1.
  4. Then, set ControlType to WebTreeView and Enabled to True.
  5. Note that you need to add style="display: none;" in WebTreeView's tag.
    For example:

    <iswebtreeview:webtreeview id="WebTreeView1" style="display: none;" runat="server">
    </iswebtreeview:webtreeview>

See Also