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

Gantt Tree

The Gantt Tree is the left part of the Gantt Chart. The component exposes TreeListWidth (string, default 30) parameter for changing the width of the TreeList pane in the splitter.

Set data to the component through its data binding options. You can also use the filtering, sorting, and editing capabilities of the Telerik Gantt for Blazor.

List of available features for the Gantt Tree

  • Gantt Columns - The main building blocks of the Gantt Tree. They are used to render data in the component. Read more information in the Bound Column article.
  • Editing - Allows you to create new records, update the existing or deleting them. Read more on this topic in the Editing article.
  • Filtering - The Gantt can filter data automatically. Read more about this feature in the Filtering article.
  • Sorting - Allows you to sort the data in ascending and descending order. Read more about this feature in the Sorting article.
In this article