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/chart/getting-started-with-web-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
166
166
167
167
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
168
168
169
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
169
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Chart component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
221
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Chart component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
Copy file name to clipboardExpand all lines: blazor/datagrid/getting-started-with-maui-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,8 +336,8 @@ The grouping feature enables you to view the Syncfusion<sup style="font-size:70%
336
336
337
337
Exceptions occurred during Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid actions can be handled without stopping application. These error messages or exception details can be acquired using the [OnActionFailure](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEvents-1.html#Syncfusion_Blazor_Grids_GridEvents_1_OnActionFailure) event.
338
338
339
-
**TValue**: Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
340
-
**GridEvents**: When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
339
+
***TValue** - Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
340
+
***GridEvents** - When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
341
341
342
342
The argument passed to the `OnActionFailure` event contains the error details returned from the server.
Copy file name to clipboardExpand all lines: blazor/datagrid/getting-started-with-server-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,8 +382,8 @@ The grouping feature enables you to view the Syncfusion<sup style="font-size:70%
382
382
383
383
Exceptions occurred during Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid actions can be handled without stopping application. These error messages or exception details can be acquired using the [OnActionFailure](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEvents-1.html#Syncfusion_Blazor_Grids_GridEvents_1_OnActionFailure) event.
384
384
385
-
**TValue**: Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
386
-
**GridEvents**: When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
385
+
***TValue** - Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
386
+
***GridEvents** - When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
387
387
388
388
The argument passed to the `OnActionFailure` event contains the error details returned from the server.
Copy file name to clipboardExpand all lines: blazor/datagrid/getting-started-with-web-app.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
@@ -169,7 +169,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
169
169
170
170
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the **~/Program.cs** file of your Blazor web app.
171
171
172
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor web app.
172
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
@@ -425,8 +425,8 @@ The grouping feature enables you to view the Syncfusion<sup style="font-size:70%
425
425
426
426
Exceptions occurred during Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid actions can be handled without stopping application. These error messages or exception details can be acquired using the [OnActionFailure](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEvents-1.html#Syncfusion_Blazor_Grids_GridEvents_1_OnActionFailure) event.
427
427
428
-
**TValue**: Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
429
-
**GridEvents**: When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
428
+
***TValue** - Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
429
+
***GridEvents** - When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
430
430
431
431
The argument passed to the [OnActionFailure](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEvents-1.html#Syncfusion_Blazor_Grids_GridEvents_1_OnActionFailure) event contains the error details returned from the server.
Copy file name to clipboardExpand all lines: blazor/datagrid/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -371,8 +371,8 @@ The grouping feature enables you to view the Syncfusion<sup style="font-size:70%
371
371
372
372
Exceptions occurred during Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid actions can be handled without stopping application. These error messages or exception details can be acquired using the [OnActionFailure](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEvents-1.html#Syncfusion_Blazor_Grids_GridEvents_1_OnActionFailure) event.
373
373
374
-
**TValue**: Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
375
-
**GridEvents**: When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
374
+
***TValue** - Specifies the row data type of the grid (for example, Order). It enables strong typing for templates and event args and ensures proper binding/formatting.
375
+
***GridEvents** - When you use GridEvents, set the same TValue on both SfGrid and GridEvents so the event argument types (like FailureEventArgs, RowSelectEventArgs<TValue>) are correctly bound.
376
376
377
377
The argument passed to the `OnActionFailure` event contains the error details returned from the server.
Copy file name to clipboardExpand all lines: blazor/diagram/getting-started-with-web-app.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
61
61
62
62
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
63
63
64
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
64
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
@@ -115,7 +115,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
115
115
116
116
## Step 6: How to Add Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram Component
117
117
118
-
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
118
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
119
119
120
120
| Interactivity location | RenderMode | Code |
121
121
| --- | --- | --- |
@@ -211,7 +211,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
211
211
212
212
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
213
213
214
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
214
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
@@ -265,7 +265,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
265
265
266
266
## Step 6: How to Add Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram Component
267
267
268
-
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
268
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
269
269
270
270
| Interactivity location | RenderMode | Code |
271
271
| --- | --- | --- |
@@ -365,7 +365,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
365
365
366
366
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
367
367
368
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
368
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
@@ -419,7 +419,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
419
419
420
420
## Step 6: How to Add Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram Component
421
421
422
-
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
422
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Diagram component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
Copy file name to clipboardExpand all lines: blazor/dropdown-list/getting-started-with-web-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
169
169
170
170
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
171
171
172
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
172
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226
226
227
227
## Add Syncfusion<supstyle="font-size:70%">®</sup> Blazor DropDown List component
228
228
229
-
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor DropDown List component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
229
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor DropDown List component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
Copy file name to clipboardExpand all lines: blazor/file-manager/getting-started-with-web-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
169
169
170
170
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
171
171
172
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
172
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor File Manager component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
226
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor File Manager component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
Copy file name to clipboardExpand all lines: blazor/file-upload/getting-started-with-web-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
169
169
170
170
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
171
171
172
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
172
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor File Upload component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
229
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor File Upload component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
Copy file name to clipboardExpand all lines: blazor/gantt-chart/getting-started-with-web-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ Open the **~/_Imports.razor** file from the client project and import the `Syncf
169
169
170
170
Register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Service in the **~/Program.cs** file of your Blazor Web App.
171
171
172
-
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in both**~/Program.cs** files of your Blazor Web App.
172
+
If your Blazor Web App uses `WebAssembly` or `Auto` interactive render modes, you must register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor service in the**~/Program.cs** files of the main `server` project and associated `.Client` project.
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Gantt Chart component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
229
+
Add the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Gantt Chart component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
0 commit comments