Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion upgrade/rendering-changes/9-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,31 @@ position: 965

# Rendering Changes in 9.0.0

## Grid, TreeList
## DateTimePicker

* The `div.k-calendar-container` element in the popup renders a `k-datetime-container` class instead.
* 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.
* The ButtonGroup in the popup renders a `k-button-group-solid` CSS class.

## Gantt

* The task delete button (`.k-task-delete`) renders as an `a` element instead of `span`.

## Gantt, Grid, TreeList

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

## Grid, TreeList

* The chips in the group panel (`span.k-chip-content`) render an additional `span.k-chip-label` that wraps the text label.
* The `table.k-grid-table` element is a direct child of `div.k-grid-content` when virtual scrolling is not used.
* The column menu opener (`.k-grid-column-menu`) in the header cells renders as an `a` element instead of `span`.
* The header cell in the drag column no longer renders a `k-drag-cell` CSS class.

## ToggleButton

The `span.k-button-icontext` element is not rendered if the Button displays only an icon.

## See Also

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