New to Telerik UI for WinForms? Download free 30-day trial

Simulate TreeList Control with Load on Demand

Environment

Product Version Product Author
2021.3.1123 RadTreeView for WinForms Desislava Yordanova

Description

This tutorial demonstrates how to simulate a TreeList control with load on demand hierarchy:

simulate-treelist-load-on-demand

Solution

The illustrated result is achieved with a RadTreeView by two main steps:

  1. Create a custom node element that contains a header container with the header cells and a data container with the data cells.
  2. Build a custom editor which allows editing the Title, Date, DeliveryType fields.

A complete C# and VB project is available here

See Also

In this article