Skip to content

Commit d0b0ce1

Browse files
authored
Merge pull request #170 from syncfusion-content/EXT-186089
update Blazor scaffolding UG content
2 parents 0315b11 + 3b838cb commit d0b0ce1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Extension/Blazor-Extension/Visual-Studio/scaffolding.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@ The steps below assist you to how to add a scaffolded item to your Blazor applic
4141

4242
4. The Syncfusion UI Scaffolder dialog for the selected control will be displayed. As per the application requirements, follow these steps to set up your application.
4343

44-
### Select Data Source Type
44+
**Select Data Source Type**
4545

46-
1. **Local Data (default selection)**
46+
1. Local Data (default selection)
4747

4848
To set up your application with local data, first enter the **Controller/Service name** and then enter the **Razor page name**. Next, select the required **Model class** for the active application and choose the relevant **Data context class**. Finally, click **Next** to continue.
4949

5050
![Choose required Model](images/Model_Window_Local.png)
5151

52-
> **Note:** We are introducing Adaptor types in Blazor scaffolding for remote data.
52+
N> We are introducing Adaptor types in Blazor scaffolding for remote data.
5353

54-
2. **Remote Data**
54+
2. Remote Data
5555

5656
To set up your application with remote data, first enter the **Razor page name**, choose the **Adaptor type**, and then enter the valid **URL**. Next, enter the **TValue**. Finally, click **Next** to continue.
5757

58-
> **Note:** In the DataGrid and TreeGrid controls, when selecting the **URL adaptor** in the **Adaptor type**, an additional **Remote service** option will appear. You need to select either the **Localhost URL** or **API URL**.
58+
N> In the DataGrid and TreeGrid controls, when selecting the **URL adaptor** in the **Adaptor type**, an additional **Remote service** option will appear. You need to select either the **Localhost URL** or **API URL**.
5959
If you select the **Localhost URL**, enter the **Controller/Service name**. Then, select the required **Model class** for the active application and choose the relevant **Data context class**. Finally, click **Next** to continue.
6060
If you select the **API URL**, enter the valid **URL**. Next, enter the **TValue**. Finally, click **Next** to continue.
61-
61+
6262
![Choose required Model](images/Model_Window_Remote.png)
6363

6464
When using adaptor types in Blazor scaffolding, it's important to note that we provide default adaptor links for sample purposes only. These default links are designed to help you understand how the adaptors work, but they do not perform CRUD (Add, Edit, Update, Delete) operations. Instead, these default links are placeholders to demonstrate the integration process.

0 commit comments

Comments
 (0)