KendoReact
Native UI and DataViz components for React Developers.
Published by Telerik
Distributed by ComponentSource since 2018
Prices from: US$ 920.53 Version: 2026 Q1 (v14.4.1) NEW Updated: May 4, 2026
Released: Feb 11, 2025
select and defaultSelect state properties.GridSelectionChangeEvent now return the new select state.detailExpand and defaultDetailExpand state properties. Accepting DetailExpandDescriptor object.onDetailExpandChange event.groupExpand and defaultGroupExpand state properties. Accepting GroupExpandDescriptor array.onGroupExpandChange event.groupable.expandable prop to enable group expansion customization.Introduced edit and defaultEdit state properties. Introduces a onEditChange event. Accepting EditDescriptor object.onEditChange event to handle edit state changes.editable prop for configuring editability.sort, filter, group, take and skip. User-provided properties are always prioritized over the built-in ones.defaultSort, defaultFilter, defaultGroup, defaultTake and defaultSkip.autoProcessData property which sorts, filter, page and group the grid's data.rows prop to the Grid component.row-spanning property.reorderable rows.selectedField will be deprecated in favor of the select state property.editField will be deprecated in favor of the edit state property.expandedField will be deprecated in favor of the detailExpand state property.onExpandChange will be deprecated in favor of:
onDetailExpandChange for detail-row expansiononGroupExpandChange for group expansion.cellRender will be deprecated in favor of the cells prop.rowRender will be deprecated in favor of the new rows prop.filterCellRender will be deprecated in favor of the cells prop.headerCellRender will be deprecated in favor of the cells prop.column.cell will be deprecated in favor of the column.cells prop.column.headerCell will be deprecated in favor of the column.cells prop.column.filterCell will be deprecated in favor of the column.cells prop.column.footerCell will be deprecated in favor of the column.cells prop.