KendoReact(英語版)
Reactを使用する開発者向けのネイティブUIとデータ可視化コンポーネント
Telerik 社の製品
2018 年より日本国内にてComponentSourceで販売中。
価格:¥ 186,560 (税込)〜 バージョン: 2025 Q2 (v11.0.0) 新機能 更新日: May 20, 2025
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.