Forms Support
You can use the MultiColumnComboBox in template-driven or reactive forms, and within a FormField
.
When using forms, the component can be bound to a primitive or an object value (more details on the supported value types).
Template-Driven Forms
The template-driven forms enable you to bind the MultiColumnComboBox to a property value by using the ngModel
directive.
The following example demonstrates how to accomplish a two-way data binding when the model field is a primitive value.
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 MultiColumnComboBox in a reactive form with a primitive value binding.
FormField Association
The Kendo UI for Angular FormField component enables you to group form-related elements, such as inputs, labels, hint and error messages, and configure their behavior.
The following example demonstrates how to use the MultiColumnComboBox within a FormField with hint and error messages.