New to Kendo UI for Angular? Start a free 30-day trial
Editing Basics
Updated on Oct 29, 2025
The TreeList enables you to create, update, and delete data records.
Creating, editing, and deleting data records is an essential feature of the Kendo UI TreeList for Angular. As a native Angular component, the TreeList is tightly integrated with the Angular Forms module and supports both reactive forms and template-driven forms. For example, change tracking and validation work in exactly the same way as in other forms.
Editing Modes
The TreeList provides a low-level API for editing modes and built-in directives that simplify implementation. The directives encapsulate common operations and trade flexibility for simplicity.
Additional Editing Features
The following articles cover additional editing features: