2025 Releases
This article lists the breaking or important changes in the 2025 releases of Kendo UI. For the complete list of changes in the UI components, see the product release history.
Kendo UI 2025 Q2
Pager
Starting with Q2 2025, the Pager provides an adaptive mode that enhances its responsive behavior and optimizes the user experience on different screen sizes.
The adaptive mode introduces several notable changes to the default Pager behavior:
-
Input Behavior Change: When the
input
option is set totrue
, the Pager now renders a NumericTextBox in place of numerical buttons for pages, rather than displaying a textbox next to the arrow buttons. -
No Numeric Buttons: When
input
istrue
, numerical page buttons are not rendered at all. -
Page Selection Dropdown Replacement: The dropdown for selecting a page is replaced with a NumericTextBox.
-
Removal of
numbersSelectLabel
Property: This property has been removed as the select element is no longer used.
Rendering Changes
The Kendo UI for jQuery 2025 Q2 release introduces changes in the rendering of a number of components.
AIPrompt
- The
k-white-space-pre-line
class has been removed from thek-card-body
element where the output from the prompt is rendered.
DockManager
- The
k-header
class has been removed from the TabStrip element.
ExpansionPanel
- The
k-d-none
class on thek-expander-content-wrapper
element has been replaced with thek-hidden
class.
Gantt
- The
k-alt
class has been removed from the rows in the TreeList and the timeline in the Gantt.
Grid
- The
k-alt
class has been removed from thetr.k-table-alt-row
elements. - The
k-grid-draggable-header
class and thedraggable=true
attribute have been added to thek-grid-header
element when grouping or column reodering is enabled. - The
k-touch-action-none
class has been removed from the draggable cell elements due to the addition of thek-grid-draggable-header
. - The
k-drag-cell
class (when row-reordering is enabled) has been removed from thek-table-th
element.
Spreadsheet
- The
k-tabstrip-item
class has been added to thek-item
elements in the sheet bar.
TreeList
- The
k-treelist-group
class has been removed from the parent nodes. - The
k-drag-cell
class (in row-reordering scenario) has been removed.