New to Kendo UI for AngularStart a free 30-day trial

Forms Support

You can use the Angular Editor in Template-driven and Reactive forms.

Template-Driven Forms

The template-driven forms enable you to bind the Editor to the model by using the ngModel directive.

The following example demonstrates how to accomplish a two-way data binding by using ngModel.

Change Theme
Theme
Loading ...

Reactive Forms

The FormGroup provides a way to render reactive forms. For more details, refer to the Angular Documentation.

The following example demonstrates how to use the Editor in a reactive form with a primitive value binding.

Change Theme
Theme
Loading ...

Managing the Editor Disabled State in Reactive Forms

To disable the Editor component when working with reactive forms and Angular 15 or later, use the FormControl's disabled property/option or disable() method.

Angular 15 introduces a breaking change affecting the synchronization of setDisabledState with the model-DOM. This impacts components using the disabled attribute. As a result, the disabled property of the Kendo UI for Angular components used prior to Angular 15 is no longer working in reactive forms.

Change Theme
Theme
Loading ...