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
- Right click on WebCombo control and choose Properties.
- Expand IntegrationSettings.
- Set ControlId to WebTreeView control, such as WebTreeView1.
- Then, set ControlType to WebTreeView and Enabled to True.
- 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>
Concepts
{Integration with WebTreeView}