New to KendoReactStart a free 30-day trial

Breaking Changes in 14.0.0

Updated on Feb 11, 2026

Buttons

  • Button, Chip, DropDownButton, FloatingActionButton and SplitButton no longer accept null for size, rounded, fillMode, themeColor, or iconSize. Defaults are now theme-controlled when values are undefined.

Chat

  • Removed sendButton property from the messageBoxTemplate render function. The send button is now automatically rendered as part of the PromptBox component.
  • Changed uploadConfig type from boolean | UploadProps to boolean | UploadButtonProps. Only the following properties are now supported: multiple, accept, and restrictions.

ColorPalette

  • ColorPalette type will be deprecated and replaced with ColorPaletteHandle.
  • AutoComplete, ComboBox, DropDownList, DropDownTree, MultiSelect and MultiSelectTree no longer accept null for size, rounded, or fillMode. Defaults are now theme-controlled when values are undefined.
  • Removed the deprecated groupMode prop from ComboBox, DropDownList, MultiSelect, MultiColumnComboBox, and AutoComplete. Modern grouping is now the only available mode.
  • Grouped list rendering now uses separate <ul> elements per group instead of a single list structure.

Grid

  • GridFilterCell no longer accepts null for size. Default is now theme-controlled when value is undefined.

Inputs

  • Checkbox, ColorGradient, ColorPalette, ColorPicker and FlatColorPicker no longer accept null for size or rounded. Defaults are now theme-controlled when values are undefined.

Notification

  • Notification type will be deprecated and replaced with NotificationHandle.

Panelbar

  • Panelbar type will be deprecated and replaced with PanelbarHandle.

Slider

  • Slider type will be deprecated and replaced with SliderHandle.

Switch

  • Switch type will be deprecated and replaced with SwitchHandle.

TabStrip

  • TabStrip type will be deprecated and replaced with TabStripHandle.

TileLayout

  • TileLayout type will be deprecated and replaced with TileLayoutHandle.

Tooltip

  • Tooltip type will be deprecated and replaced with TooltipHandle.

Window

  • Window type will be deprecated and replaced with WindowHandle.