New to Kendo UI for Angular? Start a free 30-day trial
Selection Basics
Updated on Oct 29, 2025
The Angular Grid enables the user to select single or multiple cells and rows. It provides a rich API for customizing the selection logic and persisting the selected items based on specific requirements.
Setup
To enable the selection, configure the selectable option. It accepts both boolean and SelectableSettings parameters.
If you use a SelectableSettings parameter, the Kendo UI Grid for Angular enables you to specify the following options:
enabled