New to Kendo UI for Angular? Start a free 30-day trial

Editing Basics

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. For example, change tracking and validation work in exactly the same way as in other forms.

Angular Forms are two main types. The TreeList can be configured to use either:

The TreeList provides a low-level API for the following editing modes:

Each editing mode has a matching directive that encapsulates the low-level operations. The directives trade flexibility for simplicity.

The following articles cover common editing scenarios:

In this article

Not finding the help you need?