New to Telerik UI for Blazor? Start a free 30-day trial
Rendering Changes in 13.0.0
Updated on Feb 11, 2026
Apperance Classes
All applicable components render CSS classes for the following parameters only if these parameters are set explicitly:
FillModeRoundedSizeThemeColor
For example, the following Telerik Button configuration...
RAZOR
<TelerikButton>Click Me</TelerikButton>
... produces the following HTML output:
| UI for Blazor 12.3.0 | UI for Blazor 13.0.0 |
|---|---|
|
HTML
|
HTML
|
To use the old rendering with more CSS classes in version 13.0.0, set the following parameters explicitly, for example:
FillMode="@ThemeConstants.Button.FillMode.Solid"renders a classk-button-solid.Rounded="@ThemeConstants.Button.Rounded.Medium"renders a classk-rounded-md.Size="@ThemeConstants.Button.Size.Medium"renders a classk-button-md.ThemeColor="@ThemeConstants.Button.ThemeColor.Base"renders a classk-button-base. Note that this class differs in version 12.3.0 where it used to bek-button-solid-base.
Chat
- The AppBar component in the Chat header is replaced by a ToolBar component. The
k-chat-headerclass is preserved. - The TextArea component is replaced by a PromptBox component.
- The
k-chat-file-wrapperCSS class is renamed tok-file-box-wrapper. - The
k-chat-fileclass is renamed tok-file-box. - The
k-chat-file-infoclass is renamed tok-file-info. - The
k-chat-file-sizeclass is renamed tok-file-size.
TreeView
- The
CaretAltRightandCaretAltDownexpand/collapse icons are replaced byChevronRightandChevronDown. - The
k-treeview-top,k-treeview-mid, andk-treeview-botclasses are no longer used. The same<span>elements use ak-treeview-item-contentclass instead. - The
k-focusandk-selectedclasses are rendered on the parentspan.k-treeview-item-contentinstead.
| UI for Blazor 12.3.0 | UI for Blazor 13.0.0 |
|---|---|
|
HTML
|
HTML
|