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: blazor/data/getting-started-with-web-app.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ documentation: ug
9
9
10
10
# Getting Started with Blazor DataManager Component in Web App
11
11
12
-
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor [DataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) component acts as a data gateway for Syncfusion<supstyle="font-size:70%">®</sup> Blazor controls that support data binding. It enables interaction with **local** or **remote** data sources using **queries** and **adaptors**. This guide provides step-by-step instructions to configure the component in a **Blazor Web App** created with [Visual Studio](https://visualstudio.microsoft.com/vs/) or **Visual Studio Code**.
12
+
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor [DataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) component acts as a data gateway for Syncfusion<supstyle="font-size:70%">®</sup> Blazor controls that support data binding. It enables interaction with **local** or **remote** data sources using **queries** and **adaptors**. This guide provides step-by-step instructions to configure the component in a **Blazor Web App** created with [Visual Studio](https://visualstudio.microsoft.com/vs/) or [Visual Studio Code](https://code.visualstudio.com/).
13
13
14
14
{% tabcontents %}
15
15
@@ -27,7 +27,7 @@ A **Blazor Web App** can be created using **Visual Studio** with the built-in [M
27
27
2. Select **Create a new project**.
28
28
3. Choose **Blazor Web App** from the template list and click **Next**.
29
29
4. Specify the **project name**, **location**, and **solution settings**, then click **Next**.
30
-
5. Select the **target framework** as **.NET 8.0 or later** (choose the latest installed version).
30
+
5. Select the **target framework** as **.NET 9.0 or later** (choose the latest installed version).
31
31
6. Choose the [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes)(Server, WebAssembly, or Auto) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs).
32
32
7. Review the remaining options and click **Create** to generate the project.
A **Blazor Web App** can be created using **Visual Studio Code** with the built-in [Microsoft templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion<supstyle="font-size:70%">®</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project).
73
73
74
-
1. Install the latest **.NET SDK** that supports **.NET 8 or later**.
74
+
1. Install the latest **.NET SDK** that supports **.NET 9 or later**.
75
75
2. Open **Visual Studio Code** and launch the integrated terminal (**Ctrl + `**).
76
76
3. Execute the following command to create a **Blazor Web App** with **Auto**[Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes):
77
77
@@ -313,7 +313,7 @@ Remote data can be bound by setting the [Url](https://help.syncfusion.com/cr/bla
313
313
314
314
## Component binding
315
315
316
-
The [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) component can be used with Syncfusion<supstyle="font-size:70%">®</sup> Blazor components that support data binding.
316
+
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor [DataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) component can be integrated with any Syncfusion<supstyle="font-size:70%">®</sup> data-bound component to manage local or remote data operations.
317
317
318
318
This configuration demonstrates how the `DataManager` is bound to the [SfDropDownList](https://blazor.syncfusion.com/documentation/dropdown-list/getting-started) component to enable consistent interaction with local or remote data sources.
319
319
@@ -324,34 +324,34 @@ Local data can be bound to components such as `SfDropDownList` by assigning a co
0 commit comments