New to Telerik UI for WinFormsStart a free 30-day trial

Simulate TreeList Control with Load on Demand

Updated over 6 months ago

Environment

Product VersionProductAuthor
2021.3.1123RadTreeView for WinFormsDesislava 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