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:
Solution
The illustrated result is achieved with a RadTreeView by two main steps:
- Create a custom node element that contains a header container with the header cells and a data container with the data cells.
- Build a custom editor which allows editing the Title, Date, DeliveryType fields.
A complete C# and VB project is available here