You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/rootcomponent/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The `TelerikRootComponent` achieves all these tasks with the help of [cascading
30
30
31
31
This section applies to:
32
32
33
-
* .NET 8 Blazor Web Apps with **Global** interactivity location. If your app has **Per page/component** interactivity, then refer to section [Interactivity Considerations](#interactivity-considerations) below.
33
+
* .NET 8 and .NET 9 Blazor Web Apps with **Global** interactivity location. If your app has **Per page/component** interactivity, then refer to section [Interactivity Considerations](#interactivity-considerations) below.
34
34
* Blazor Server, WebAssembly and Hybrid apps in all .NET versions
35
35
36
36
The recommended way to add `TelerikRootComponent` to a Blazor app is to:
Copy file name to clipboardExpand all lines: components/rootcomponent/per-component-interactivity-location.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ In apps with **Per page/component** interactivity, the layout files are static.
25
25
*[Change the application's render mode to interactive at runtime](#change-the-app-render-mode-at-runtime) for specific pages.
26
26
*[Use an empty layout for pages with Telerik components](#use-empty-layout) and duplicate the contents of the regular app layout to another `.razor` file.
27
27
28
-
The sections below provide additional information for each of the three options. Review this [.NET 8 Blazor Web App sample project on GitHub](https://github.com/telerik/blazor-ui/tree/master/rootcomponent/BlazorWebAppServer), which also demonstrates all three options.
28
+
The sections below provide additional information for each of the three options. Review this [Blazor Web App sample project on GitHub](https://github.com/telerik/blazor-ui/tree/master/rootcomponent/BlazorWebAppServer), which also demonstrates all three options.
29
29
30
30
31
31
## Add TelerikRootComponent to Interactive Pages
@@ -128,7 +128,7 @@ In this scenario, [add a `TelerikRootComponent` to a layout]({%slug rootcomponen
128
128
129
129
## Use Empty Layout
130
130
131
-
In this scenario, use a regular layout (`MainLayout.razor`) for static pages and another empty layout (for example, `EmptyLayout.razor`) for interactive pages with Telerik components. The contents of `MainLayout.razor` must be copied to a non-layout `.razor` page, which uses the empty layout. Here are the detailed steps, which refer to a [.NET 8 Blazor Web App sample project on GitHub](https://github.com/telerik/blazor-ui/tree/master/rootcomponent/BlazorWebAppServer):
131
+
In this scenario, use a regular layout (`MainLayout.razor`) for static pages and another empty layout (for example, `EmptyLayout.razor`) for interactive pages with Telerik components. The contents of `MainLayout.razor` must be copied to a non-layout `.razor` page, which uses the empty layout. Here are the detailed steps, which refer to a [Blazor Web App sample project on GitHub](https://github.com/telerik/blazor-ui/tree/master/rootcomponent/BlazorWebAppServer):
132
132
133
133
1. Create a [new layout file `EmptyLayout.razor`](https://github.com/telerik/blazor-ui/blob/master/rootcomponent/BlazorWebAppServer/Components/Layout/EmptyLayout.razor) in the same folder as `MainLayout.razor`.
134
134
1. Copy the contents for `MainLayout.razor` to a [non-layout `.razor` file, for example, `Shared/LayoutContainer.razor`](https://github.com/telerik/blazor-ui/blob/master/rootcomponent/BlazorWebAppServer/Components/Shared/LayoutContainer.razor).
@@ -142,7 +142,7 @@ This code duplication requires more effort to maintain, but avoids [possible iss
142
142
143
143
## See Also
144
144
145
-
*[.NET 8 Blazor Web App sample project on GitHub](https://github.com/telerik/blazor-ui/tree/master/rootcomponent/BlazorWebAppServer)
145
+
*[Blazor Web App sample project on GitHub](https://github.com/telerik/blazor-ui/tree/master/rootcomponent/BlazorWebAppServer)
146
146
*[Setting up Telerik Blazor apps]({%slug getting-started/what-you-need%})
Copy file name to clipboardExpand all lines: getting-started/client-blazor.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Blazor WebAssembly (Tutorial)
2
+
title: Blazor WebAssembly Standalone App
3
3
page_title: First Steps with Blazor WebAssembly Apps
4
4
description: Make your first steps with Telerik UI for Blazor client-side by using Blazor WebAssembly (WASM). Read more!
5
5
slug: getting-started/client-side
6
6
tags: get,started,first,steps,client
7
7
published: true
8
-
position: 5
8
+
position: 10
9
9
---
10
10
11
11
# First Steps with Blazor Client-Side
@@ -15,9 +15,9 @@ This article explains how to get the <a href = "https://www.telerik.com/blazor-u
15
15
> This article applies only to the following Visual Studio project templates:
16
16
>
17
17
> ***Blazor WebAssembly App**, which exists up to .NET 7.
18
-
> ***Blazor WebAssembly Standalone App** for .NET 8.
18
+
> ***Blazor WebAssembly Standalone App** for .NET 8 and newer versions.
19
19
>
20
-
> If you prefer the .NET 8 **Blazor Web App** template, then follow the [tutorial about .NET 8 Blazor Web App]({%slug getting-started/web-app%}).
20
+
> If you prefer the **Blazor Web App** template for .NET 8 and newer versions, then follow the [tutorial about Blazor Web Apps]({%slug getting-started/web-app%}).
Copy file name to clipboardExpand all lines: getting-started/hybrid-blazor.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Blazor Hybrid with .NET MAUI
2
+
title: Blazor Hybrid App with .NET MAUI
3
3
page_title: First Steps with Blazor Hybrid Apps and Telerik UI for Blazor
4
4
description: Make your first steps with Telerik UI for Blazor and build a .NET MAUI Blazor Hybrid app that runs the UI for Blazor components.
5
5
slug: getting-started/hybrid-blazor
6
6
tags: get,started,first,steps,server,hybrid,maui
7
7
published: true
8
-
position: 15
8
+
position: 20
9
9
---
10
10
11
11
# First Steps with Blazor Hybrid
@@ -20,8 +20,7 @@ This article provides details on how to setup the apps to use the Telerik UI for
20
20
21
21
Before adding the Telerik UI for Blazor components, ensure that the corresponding technology stack is set up and the basic Blazor Hybrid WebView runs as expected in this stack.
22
22
23
-
24
-
1. Install the latest version of [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0). It requires [Visual Studio 2022 Preview for Windows](https://visualstudio.microsoft.com/vs/preview/) or [Mac](https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2019-mac-preview-relnotes).
23
+
1. Install the [latest version of .NET](https://dotnet.microsoft.com/en-us/download/dotnet) and [Visual Studio](https://visualstudio.microsoft.com/vs/preview/).
Copy file name to clipboardExpand all lines: getting-started/server-blazor.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: Blazor Server (Tutorial)
2
+
title: Blazor Server App
3
3
page_title: First Steps with Blazor Server Apps and Telerik UI for Blazor
4
4
description: Make your first steps with Telerik UI for Blazor and build an app that runs the UI components server-side in Blazor server.
5
5
slug: getting-started/server-side
6
6
tags: get,started,first,steps,server
7
7
published: true
8
-
position: 1
8
+
position: 15
9
9
---
10
10
11
11
# First Steps with Server-Side UI for Blazor
12
12
13
13
This article explains how to get the Telerik UI for Blazor components in your .NET 6 or 7 Blazor Server app and start using them quickly. You will create a new application from scratch, learn how to add the UI for Blazor components to a project, and finally, add a UI component to a view.
14
14
15
-
> This article applies only to the **Blazor Server App** template in Visual Studio, which exists up to .NET 7. If you are using .NET 8, then follow the [tutorial about .NET 8 Blazor Web App]({%slug getting-started/web-app%}).
15
+
> This article applies only to the **Blazor Server App** template in Visual Studio, which exists up to .NET 7. If you are using newer .NET versions, then follow the [tutorial about Blazor Web Apps]({%slug getting-started/web-app%}).
Copy file name to clipboardExpand all lines: getting-started/vs-code-integration/new-project-wizard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The **Telerik UI for Blazor Template Wizard** provides two options to start you
38
38
***Dashboard**—A basic dashboard that showcases the Telerik UI TileLayout component and how individual blocks (tiles) can fetch data.
39
39
***Admin**—A small app that showcases a dashboard for administrators. The app uses some of the main Telerik UI components like the [Data Grid]({%slug grid-overview%}), [Chart]({%slug components/chart/overview%}), [TileLayout]({%slug tilelayout-overview%}), [Form]({%slug form-overview%}), and more.
40
40
41
-
The available templates vary depending on the target framework and hosting model. All of the above templates are available for the Client and Server projects for .NET 6 and .NET 7. The Hybrid projects and the .NET 8 WebApp support only the **Start from Blank App** option.
41
+
The available templates vary depending on the target framework and hosting model. All of the above templates are available for the Client and Server projects for .NET 6 and .NET 7. The Hybrid projects and the .NET 8 Web App support only the **Start from Blank App** option.
Copy file name to clipboardExpand all lines: getting-started/vs-integration/new-project-wizard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ In this screen, you can choose:
79
79
80
80
This step allows you to select one of the [predefined Telerik project](#predefined-project-templates) templates. The available templates vary depending on the selected target framework and hosting model in [**Step 1**](#step-1-select-initial-project-configuration).
81
81
82
-
The Client and Server projects for .NET 6 and .NET 7 support all the templates below. The Hybrid projects and the .NET 8 WebApp support only the **Blank** template.
82
+
The Client and Server projects for .NET 6 and .NET 7 support all the templates below. The Hybrid projects and the .NET 8 Web App support only the **Blank** template.
Copy file name to clipboardExpand all lines: getting-started/web-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Blazor Web App (Tutorial)
2
+
title: Blazor Web App
3
3
page_title: First Steps with Blazor Web Apps and Telerik UI for Blazor
4
4
description: Make your first steps with Telerik UI for Blazor and build a Web App that runs the UI for Blazor components.
5
5
slug: getting-started/web-app
6
6
tags: get,started,first,steps,web,app,template
7
7
published: true
8
-
position: 10
8
+
position: 5
9
9
---
10
10
11
11
# First Steps with UI for Blazor in a Web App
12
12
13
-
This article explains how to use the Telerik UI for Blazor components in a <ahref = "https://learn.microsoft.com/en-us/aspnet/core/blazor/project-structure?view=aspnetcore-8.0#blazor-web-app"target="_blank">.NET 8 Blazor Web App</a> project template. You will create a new application from scratch, learn how to add the UI for Blazor components to a project, and finally, add a UI component to a view.
13
+
This article explains how to use the Telerik UI for Blazor components in a <ahref="https://learn.microsoft.com/en-us/aspnet/core/blazor/project-structure?view=aspnetcore-9.0#blazor-web-app"target="_blank">Blazor Web App</a> project template that exists for .NET 8 and 9. You will create a new application from scratch, learn how to add the UI for Blazor components to a project, and finally, add a UI component to a view.
0 commit comments