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: upgrade/rendering-changes/9-0-0.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,31 @@ position: 965
8
8
9
9
# Rendering Changes in 9.0.0
10
10
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
12
22
13
23
The `k-alt` CSS class on alternating (even) table rows is removed. Use `k-table-alt-row` instead.
14
24
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
+
15
36
## See Also
16
37
17
38
*[Use best practices when overriding theme styles](slug:themes-override#best-practices)
0 commit comments