New to Telerik UI for Blazor? Start a free 30-day trial
Rendering Changes in 7.0.0
Updated over 6 months ago
AIPrompt
- The view buttons in the toolbar are now fully rounded (
k-rounded-mdclass is replaced withk-rounded-full). The same applies to theGeneratebutton. - The output view, which contains the
<div class="k-card-list">element, is now wrapped in a<div>element with classk-prompt-view. - The copy button in the output view is now styled as primary.
Editor
- The
<div class="k-form">elements in the popups of theCreateLinkandInsertImagetools no longer render ak-form-horizontalclass. - The
ViewHtmltool popup no longer rendersdiv.k-form,div.k-form-field, anddiv.k-form-field-wrapelements. - The
<label class="k-form-label">elements in the above three popups also render ak-labelclass. - The popup windows (
<div class="k-window">elements) for theCreateLinkandInsertImagetools are340pxwide by default. - The popup window for the
ViewHtmltool is500pxwide and400pxhigh by default.
Gantt
- The
k-gantt-contentclass is now applied to a<div>wrapper element that encloses the Gantt Splitter. - The Splitter component class (
k-splitterelement) is now changed fromk-grid-contenttok-grid-splitter. - The
<div class="k-gantt-tables">element no longer includes thek-user-select-noneclass. - The
<table class="k-gantt-rows">element now also has ak-grid-tableclass. - The
<span class="k-spacer">element in the toolbar no longer has thek-toolbar-spacerclass. - The
<div class="k-gantt-views">button group / select element is now wrapped in a<div>with classk-gantt-views-wrapper.
Menu
- The menu item elements (
<span class="k-link">) no longer include thek-inclass. - The
<ul class="k-menu-group">element no longer includes thek-resetandk-groupclasses.
PanelBar
The id attribute of each PanelBar item (<li class="k-panelbar-item">) is changed from tree-item-A_B_C_... to tree-item-Z, where A, B, and C were the parent item's indexes, and Z is the current item's index within its own group and hierarchy level.
PDFViewer
The Open, Download and Print tools have been moved to a submenu toggled on click of a hamburger menu on the leftmost side of the Toolbar.
Signature
- When maximized, the Signature now renders a
k-signature-maximizedclass. - The fill mode class is now applied based on the
FillModeparameter (appearance settings).
TabStrip
- The active (currently selected) tabs now render only the
k-activeclass. Thek-tab-on-topclass is no longer applied. - The inactive tabs no longer include the
k-state-defaultclass. - The scroll buttons (prev & next) now render the
k-tabstrip-prevandk-tabstrip-nextclasses, respectively. - The
k-pos-relativeclass is no longer applied to the<div class="k-tabstrip">element. The component now receives an inlineposition: relativestyle instead.
TileLayout
The tile elements (<div class="k-tilelayout-item">) render tabindex="-1" instead of tabindex="0" when the Navigable parameter of the TileLayout is false, which is the default setting.
TreeList
- The
k-cursor-pointerclass is removed from the<span class="k-treelist-toggle">element (toggle row icon). - The
<table class="k-table">element rendered in the<div class="k-grid-header-wrap">element now also has thek-grid-header-tableclass. - The
<table class="k-table">element rendered in the<div class="k-grid-content">element now also includes a size class (appearance settings). - The
k-filterableclass in the table header cells is now rendered only when the column is filterable and has either a filter menu or column menu.