You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/backwards-compatibility/2025-backwards-compatibility.md
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,19 @@ The [`IconClass()`](/api/kendo.mvc.ui.fluent/popoveractionbuilder#iconclasssyste
52
52
</kendo-popover>
53
53
```
54
54
55
-
### Pager Position in Grid TagHelper
55
+
### Pager Position in Grid
56
56
57
-
The [`position`](/api/kendo.mvc.taghelpers/gridpageablesettingstaghelper#attributes) attribute of the Grid TagHelper `pageable` configuration accepts a `PagerPosition` enum type instead of the previously used `GridPagerPosition`.
@@ -89,6 +99,46 @@ The [responsive behavior]({% slug responsive_pager_aspnet%}) of the Pager has be
89
99
90
100
> These changes to the Pager affect all components that use a built-in pager, including the Grid, PDFViewer, and other data management components.
91
101
102
+
### Rendering Changes
103
+
104
+
The {{ site.product }} 2025 Q2 release introduces changes in the rendering of the following components:
105
+
106
+
**AIPrompt**
107
+
108
+
* The `k-white-space-pre-line` class has been removed from the `k-card-body` element where the output from the prompt is rendered.
109
+
110
+
**DockManager**
111
+
112
+
* The `k-header` class has been removed from the TabStrip element.
113
+
114
+
**ExpansionPanel**
115
+
116
+
* The `k-d-none` class on the `k-expander-content-wrapper` element has been replaced with the `k-hidden` class.
117
+
118
+
**Gantt**
119
+
120
+
* The `k-alt` class has been removed from the rows in the TreeList and the timeline in the Gantt.
121
+
122
+
**Grid**
123
+
124
+
* The `k-alt` class has been removed from the `tr.k-table-alt-row` elements.
125
+
* The `k-grid-draggable-header` class and the `draggable=true` attribute have been added to the `k-grid-header` element when grouping or column reodering is enabled.
126
+
* The `k-touch-action-none` class has been removed from the draggable cell elements due to the addition of the `k-grid-draggable-header`.
127
+
* The `k-drag-cell` class (when row-reordering is enabled) has been removed from the `k-table-th` element.
128
+
129
+
**Menu**
130
+
131
+
* The `k-menu-separator` class has been replaced with the `k-separator-horizontal` class.
132
+
133
+
**Spreadsheet**
134
+
135
+
* The `k-tabstrip-item` class has been added to the `k-item` elements in the sheet bar.
136
+
137
+
**TreeList**
138
+
139
+
* The `k-treelist-group` class has been removed from the parent nodes.
140
+
* The `k-drag-cell` class (in row-reordering scenario) has been removed.
0 commit comments