KendoReact
Native UI- und DataViz-Komponenten für React-Entwickler.
Veröffentlicht von Telerik
Wird von ComponentSource seit 2018 vertrieben
Preise ab: $ 930.02 Version: 2026 Q1 (v14.4.1) NEU Letzte Aktualisierung: 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.