ASP.NET Core MVC Controls | ComponentOne
Working with Controls / TreeView / Work with TreeView / Data Binding
In This Topic
    Data Binding
    In This Topic

    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.

    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