From 390851cab89918469ab9f024ed481442884ff2ce Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:27:14 +0300 Subject: [PATCH 1/2] docs(Common): Add Rendering Changes for 9.0.0 --- upgrade/rendering-changes/10-0-0.md | 2 +- upgrade/rendering-changes/9-0-0.md | 18 ++++++++++++++++++ upgrade/rendering-changes/list.md | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 upgrade/rendering-changes/9-0-0.md diff --git a/upgrade/rendering-changes/10-0-0.md b/upgrade/rendering-changes/10-0-0.md index b863f9155..b819653d5 100644 --- a/upgrade/rendering-changes/10-0-0.md +++ b/upgrade/rendering-changes/10-0-0.md @@ -3,7 +3,7 @@ title: 10.0.0 description: Handle the rendering changes in the 10.0.0 release of the Telerik UI for Blazor components. page_title: Rendering Changes in the 10.0.0 Release slug: rendering-changes-in-10-0-0 -position: 965 +position: 960 --- # Rendering Changes in 10.0.0 diff --git a/upgrade/rendering-changes/9-0-0.md b/upgrade/rendering-changes/9-0-0.md new file mode 100644 index 000000000..4e6d7938e --- /dev/null +++ b/upgrade/rendering-changes/9-0-0.md @@ -0,0 +1,18 @@ +--- +title: 9.0.0 +description: Handle the rendering changes in the 9.0.0 release of the Telerik UI for Blazor components. +page_title: Rendering Changes in the 9.0.0 Release +slug: rendering-changes-in-9-0-0 +position: 965 +--- + +# Rendering Changes in 10.0.0 + +## Grid, TreeList + +The `k-alt` CSS class on alternating (even) table rows is removed. Use `k-table-alt-row` instead. + +## See Also + +* [Use best practices when overriding theme styles](slug:themes-override#best-practices) +* [Breaking changes in Telerik UI for Blazor 9.0.0](slug:changes-in-9-0-0) diff --git a/upgrade/rendering-changes/list.md b/upgrade/rendering-changes/list.md index 4f7a1585a..b6db53098 100644 --- a/upgrade/rendering-changes/list.md +++ b/upgrade/rendering-changes/list.md @@ -11,6 +11,7 @@ position: 0 As the Telerik UI for Blazor matures we will continuously optimize the HTML rendering and the usage of CSS classes. The rendering changes only affect the styling of the components if the application [overrides the built-in CSS styles](slug:themes-override) or uses an outdated [custom theme](slug:themes-customize). This article tracks the product versions with rendering changes. * [10.0.0](slug:rendering-changes-in-10-0-0) +* [9.0.0](slug:rendering-changes-in-9-0-0) * [7.0.0](slug:rendering-changes-in-7-0-0) * [6.0.0](slug:rendering-changes-in-6-0-0) * [4.6.0](slug:rendering-changes-in-4-6-0) From fffcc60e0e3d4b737e6afa9d5189be82ed09830e Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:35:42 +0300 Subject: [PATCH 2/2] Update upgrade/rendering-changes/9-0-0.md Co-authored-by: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> --- upgrade/rendering-changes/9-0-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade/rendering-changes/9-0-0.md b/upgrade/rendering-changes/9-0-0.md index 4e6d7938e..765041954 100644 --- a/upgrade/rendering-changes/9-0-0.md +++ b/upgrade/rendering-changes/9-0-0.md @@ -6,7 +6,7 @@ slug: rendering-changes-in-9-0-0 position: 965 --- -# Rendering Changes in 10.0.0 +# Rendering Changes in 9.0.0 ## Grid, TreeList