New to KendoReactStart a free 30-day trial

Rendering Changes in 9.0.0

The KendoReact 9.0.0 release introduces changes in the rendering of several components.

ContextMenu

  • Added k-overflow-visible class to the k-menu-popup element.

DateInput

  • Removed the value attribute of the .k-dateinput input element.

DateTimePicker

  • Moved the k-time-footer element outside its wrapping div.

Grid

  • Replaced the th element in the filter cells with td.
  • Replaced the k-table-th class of the filter row header cell with k-table-td.

The cells in the filter row are now rendered as td.k-table-td element.

  • Moved the popup animation container inside the menu item element.

TimePicker

  • Moved the k-time-footer element outside its wrapping div.

TreeList

  • Replaced the th element in the filter cells with td.
  • Replaced the k-table-th class of the filter row header cell with k-table-td.

Window

  • Replaced the k-window-focused class of the Window element with k-focus.