WebTreeView gives flexibility to create a simple WebTreeView along with TriState
CheckBox.
In this topic, you will learn how to perform the above scenario.
To create a simple WebTreeView with TriState CheckBox
- Bind WebTreeView to XMLDataSource.
- Set the ShowCheckBox to Yes and EnableTriStateCheckBox
to True.
- If you want all the child nodes to be checked when the parent node is checked, set
AutoCheckChildNodes to True.
- Click OK and run your sample. You should see something like following: