New to Telerik UI for Blazor? Start a free 30-day trial
Rendering Changes in 9.0.0
Updated on Nov 12, 2025
DateTimePicker
- The
div.k-calendar-containerelement in the popup renders ak-datetime-containerclass instead. - The order of the Set and Cancel buttons in the adaptive popup (
button.k-time-acceptandbutton.k-time-cancel) is reversed, so that Set is on the left. - The ButtonGroup in the popup renders a
k-button-group-solidCSS class.
Gantt
- The task delete button (
.k-task-delete) renders as anaelement instead ofspan.
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 additionalspan.k-chip-labelthat wraps the text label. - The
table.k-grid-tableelement is a direct child ofdiv.k-grid-contentwhen virtual scrolling is not used. - The column menu opener (
.k-grid-column-menu) in the header cells renders as anaelement instead ofspan. - The header cell in the drag column no longer renders a
k-drag-cellCSS class.
ToggleButton
The span.k-button-icontext element is not rendered if the Button displays only an icon.