New to Telerik UI for Blazor? Start a free 30-day trial
Rendering Changes in 3.6.0
Updated over 6 months ago
- Calendar
- DateTimePicker
- Dialog
- Drawer
- Grid
- Menu
- Pager
- PanelBar
- RadioGroup
- Scheduler
- TabStrip
- TimePicker
- Window
Calendar
- Removed the
k-contentand thek-calendar-contentCSS classes from the<table class="k-calendar-table">element.
Calendar Navigation CSS classes
| Pre-3.6.0 | 3.6.0 |
|---|---|
| k-nav-today | k-calendar-nav-today |
| k-nav-prev | k-calendar-nav-prev |
| k-nav-next | k-calendar-nav-next |
| k-nav-fast | k-calendar-nav-today |
| k-prev-view | k-calendar-nav-prev |
| k-next-view | k-calendar-nav-next |
DateTimePicker
- Added
k-datetime-containerCSS class to the<div class="k-popup">element.
Dialog
- Added
k-dialog-actionandk-window-actionCSS classes to the Action Buttons(<button class="k-button">). - Removed the
k-headerCSS class from the<div class="k-dialog-titlebar">element.
Drawer
- Removed the
k-drawer-miniCSS class from the<div class="k-drawer">element when the Drawer is in Expanded Mode. - Renamed the
k-drawer-leftandk-drawer-rightCSS classes tok-drawer-startandk-drawer-end.
Grid
- Added
k-sortedCSS class to the<th class="k-header">element when the column is Sorted. - Added
k-grid-header-menuCSS class to the<span class="k-grid-column-menu">element. - Removed the
k-grid-filterCSS class from the<span class="k-grid-column-menu">element. - Added
k-grid-filter-menuandk-grid-header-menuCSS classes to the outermost HTML element of the Filter Menu.
Menu
- Added
k-firstCSS class to the first Menu item. - Added
k-lastCSS class to the last Menu item.
Pager
- Added
k-pagerCSS class to the outermost HTML element of the Pager. - Removed the
k-pager-wrapCSS class from the outermost HTML element of the Pager.
PanelBar
- Added
k-panelbar-itemCSS class to the<li class="k-panelbar-header">. - Removed the
k-itemCSS class from the<li class="k-panelbar-header">.
RadioGroup
- Added
k-disabledclass to the<li class="k-radio-item">element when the RadioGroup item is disabled.
Scheduler
- Added
<span>element that wraps theShow business hoursbutton - Removed the
k-scheduler-flexCSS class from the<div class="k-scheduler">.
TabStrip
- Added
k-firstCSS class to the first TabStrip tab. - Added
k-lastCSS class to the last TabStrip tab.
TimePicker
- Added
k-button-flat-primaryandk-time-nowCSS classes to the<button class="k-button">element.
Window
- Added
k-window-minimizedCSS class when the Window is minimized. - Added
k-window-actionCSS class to the Action Buttons(<button class="k-button">).