Skip to content

Commit bb719be

Browse files
committed
Sync with Kendo UI Professional
1 parent b6fc229 commit bb719be

File tree

6 files changed

+569
-7
lines changed

6 files changed

+569
-7
lines changed

docs-aspnet/backwards-compatibility/2025-backwards-compatibility.md

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,19 @@ The [`IconClass()`](/api/kendo.mvc.ui.fluent/popoveractionbuilder#iconclasssyste
5252
</kendo-popover>
5353
```
5454

55-
### Pager Position in Grid TagHelper
55+
### Pager Position in Grid
5656

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`.
57+
#### HtmlHelper Grid
58+
59+
| Old | New |
60+
| ----------- | ----------- |
61+
| `Position(GridPagerPosition.Top)` | `Position(PagerPosition.Top)`|
62+
63+
#### TagHelper Grid
64+
65+
| Old | New |
66+
| ----------- | ----------- |
67+
| `position="GridPagerPosition.Top"` | `position="PagerPosition.Top"`|
5868

5969
{% else %}
6070

@@ -89,6 +99,46 @@ The [responsive behavior]({% slug responsive_pager_aspnet%}) of the Pager has be
8999

90100
> These changes to the Pager affect all components that use a built-in pager, including the Grid, PDFViewer, and other data management components.
91101
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.
141+
92142
## {{ site.product }} Q1 2025
93143

94144
### License Activation

0 commit comments

Comments
 (0)