Skip to content

Commit ed0187f

Browse files
dimodidimodi
authored andcommitted
Add rendering changes for version 9.0.0
1 parent f74c00c commit ed0187f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

upgrade/rendering-changes/9-0-0.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,31 @@ position: 965
88

99
# Rendering Changes in 9.0.0
1010

11-
## Grid, TreeList
11+
## DateTimePicker
12+
13+
* The `div.k-calendar-container` element in the popup renders a `k-datetime-container` class instead.
14+
* The order of the **Set** and **Cancel** buttons in the adaptive popup (`button.k-time-accept` and `button.k-time-cancel`) is reversed, so that **Set** is on the left.
15+
* The ButtonGroup in the popup renders a `k-button-group-solid` CSS class.
16+
17+
## Gantt
18+
19+
* The task delete button (`.k-task-delete`) renders as an `a` element instead of `span`.
20+
21+
## Gantt, Grid, TreeList
1222

1323
The `k-alt` CSS class on alternating (even) table rows is removed. Use `k-table-alt-row` instead.
1424

25+
## Grid, TreeList
26+
27+
* The chips in the group panel (`span.k-chip-content`) render an additional `span.k-chip-label` that wraps the text label.
28+
* The `table.k-grid-table` element is a direct child of `div.k-grid-content` when virtual scrolling is not used.
29+
* The column menu opener (`.k-grid-column-menu`) in the header cells renders as an `a` element instead of `span`.
30+
* The header cell in the drag column no longer renders a `k-drag-cell` CSS class.
31+
32+
## ToggleButton
33+
34+
The `span.k-button-icontext` element is not rendered if the Button displays only an icon.
35+
1536
## See Also
1637

1738
* [Use best practices when overriding theme styles](slug:themes-override#best-practices)

0 commit comments

Comments
 (0)