Selection

The Grid enables the user to select single or multiple cells and rows by utilizing the built-in selection logic. It also provides default selection implementation from the getSelectedState utility function.

ninja-iconThe Selection is part of KendoReact, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

Getting Started

The Grid selection can be enabled by:

  1. Set the selectable option.
  2. Optionally configure the select value of the Grid to have control over the select state.

As a result, the Grid allows you to:

Change Theme
Theme
Loading ...

Single/Multiple Checkbox Selection

The Grid provides both checkbox and row-click selection options which can be applied to single or multiple records:

Selection Aggregates

The Grid enables you to select single or multiple cells or rows and calculate different metrics based on the selected data. You can find more details about this functionality and how to use it in this help article.