Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Extension/Blazor-Extension/Visual-Studio/scaffolding.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ The steps below assist you to how to add a scaffolded item to your Blazor applic

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.

### Select Data Source Type
**Select Data Source Type**

1. **Local Data (default selection)**
1. Local Data (default selection)

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.

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

> **Note:** We are introducing Adaptor types in Blazor scaffolding for remote data.

2. **Remote Data**
2. Remote Data

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.

Expand Down