ComponentOne ASP.NET MVC Controls
Data Binding
Working with Controls > TreeView > Work with TreeView > Data Binding

Before you can use TreeView and it's features, you must bind data to your TreeView control. Once you have bind the data to your TreeView, you can use many different features such as lazy loading, custom nodes, editing nodes, styling and much more.

This section contains information about
Model Binding
Learn how to add data to your TreeView using basic Model binding.
Remote Binding
Learn how to remotely bind data to your TreeView using C1JSONRequest.
See Also