Intersoft Support Center

Enable Tristate CheckBox

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

  1. Bind WebTreeView to XMLDataSource.
  2. Set the ShowCheckBox to Yes and EnableTriStateCheckBox to True.
  3. If you want all the child nodes to be checked when the parent node is checked, set AutoCheckChildNodes to True.
  4. Click OK and run your sample. You should see something like following:

Previous Next