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/appearance/themes.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
@@ -1049,7 +1049,7 @@ The following example demonstrates how to change a theme dynamically in Blazor a
1049
1049
* For **Blazor Web App using any interactive render mode (Server, WebAssembly, or Auto)**, the theme is changed based on query string at the **~/Components/App.razor** file
@@ -309,7 +309,7 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
309
309
310
310
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<supstyle="font-size:70%">®</sup> Blazor Carousel component in the default web browser.
Copy file name to clipboardExpand all lines: blazor/common/adding-script-references.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
@@ -17,7 +17,7 @@ N> JavaScript interop files are required for features that cannot be implemented
17
17
18
18
You can refer the Syncfusion<supstyle="font-size:70%">®</sup> Blazor scripts using the CDN resources.
19
19
20
-
* For **.NET 8and .NET 9** Blazor Web App (any render mode: Server, WebAssembly, or Auto), add scripts in `~/Components/App.razor`.
20
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web App (any render mode: Server, WebAssembly, or Auto), add scripts in `~/Components/App.razor`.
21
21
* For a **Blazor WebAssembly (standalone) App**, add scripts in `~/wwwroot/index.html`.
22
22
23
23
Syncfusion<supstyle="font-size:70%">®</sup> Blazor components are available on the CDN per version. Ensure the version in the URLs matches the NuGet package version used in the application.
Copy file name to clipboardExpand all lines: blazor/common/cdn-fallback.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
@@ -13,7 +13,7 @@ This section explains how to reference fallback [scripts](https://blazor.syncfus
13
13
14
14
## Blazor Web App
15
15
16
-
For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), reference script and stylesheet fallback from [Static Web Assets](https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets) as shown below.
16
+
For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), reference script and stylesheet fallback from [Static Web Assets](https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets) as shown below.
Copy file name to clipboardExpand all lines: blazor/common/content-security-policy.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
@@ -22,7 +22,7 @@ Include the following directives in the CSP policy for Syncfusion<sup style="fon
22
22
23
23
These directives should be included in the `<head>` tag of the application's webpage, typically
24
24
25
-
* For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), inside the `<head>` of the **~/Components/App.razor** file.
25
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), inside the `<head>` of the **~/Components/App.razor** file.
26
26
27
27
* For **Blazor WebAssembly Standalone App**, inside the `<head>` of the **wwwroot/index.html** file.
Copy file name to clipboardExpand all lines: blazor/common/custom-resource-generator.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
@@ -47,7 +47,7 @@ N> When downloading Material or Tailwind themes (alone or with other themes), th
47
47
48
48
1. Copy and paste the downloaded custom resources into the application's `~/wwwroot` folder.
49
49
2. Manually add the custom interop script and styles:
50
-
* For **.NET 8and .NET 9** Blazor Web App (any render mode: Server, WebAssembly, or Auto), reference the custom interop script in `~/Components/App.razor` file.
50
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web App (any render mode: Server, WebAssembly, or Auto), reference the custom interop script in `~/Components/App.razor` file.
51
51
* For a **Blazor WebAssembly (standalone) app**, reference the custom interop script in `~/wwwroot/index.html` file.
Copy file name to clipboardExpand all lines: blazor/common/data-binding/bind-entity-framework.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
@@ -7,7 +7,7 @@ component: Common
7
7
documentation: ug
8
8
---
9
9
10
-
# Bind Data from SQL Server to Syncfusion<supstyle="font-size:70%">®</sup> Blazor Components
10
+
# Bind Data from SQL Server to Syncfusion® Blazor Components
11
11
12
12
In this section, you can learn how to retrieve data from SQL database using [Entity Framework](https://learn.microsoft.com/en-us/ef/core/) to bind it to the Grid component and perform CRUD operations.
13
13
Entity Framework is an open-source object-relational mapper (O/RM) from Microsoft. Entity Framework works with many databases. But here, we are going to discuss the step-by-step procedure to create an Entity Framework using the [MS SQL Server](https://en.wikipedia.org/wiki/Microsoft_SQL_Server) database and connect it to the Syncfusion<supstyle="font-size:70%">®</sup> component to perform CRUD operations in a Blazor Server Application.
@@ -508,7 +508,7 @@ Themes provide life to components. Syncfusion<sup style="font-size:70%">®</s
508
508
509
509
In this demo application, the latest theme will be used.
510
510
511
-
* For **Blazor Web App**, refer stylesheet inside the `<head>` of **~/Components/App.razor** file for .NET 9 and .NET 8.
511
+
* For **Blazor Web App**, refer stylesheet inside the `<head>` of **~/Components/App.razor** file for .NET 10, .NET 9 and .NET 8.
512
512
513
513
* For **Blazor WebAssembly application**, refer stylesheet inside the `<head>` element of **wwwroot/index.html** file.
514
514
* For **Blazor Server application**, refer stylesheet inside the `<head>` element of
Copy file name to clipboardExpand all lines: blazor/common/data-binding/sql-server-data-binding.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
@@ -413,7 +413,7 @@ Themes provide life to components. Syncfusion<sup style="font-size:70%">®</s
413
413
414
414
In this demo application, the latest theme will be used.
415
415
416
-
* For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), refer stylesheet inside the `<head>` of **~/Components/App.razor** .
416
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), refer stylesheet inside the `<head>` of **~/Components/App.razor** .
417
417
418
418
* For **Blazor WebAssembly application**, refer stylesheet inside the `<head>` element of **wwwroot/index.html** file.
419
419
@@ -456,7 +456,7 @@ If you have set the interactivity location to `Per page/component` in the web ap
456
456
457
457
## Binding SQL data to the Blazor DataGrid Component
458
458
459
-
Now, get the SQL data from the SQL server and bind it to the DataGrid component as a datasource by using the Custom adaptor feature. The Custom Adaptor can be created as a [Component](https://blazor.syncfusion.com/documentation/datagrid/custom-binding#custom-adaptor-as-component). Refer the [Grid Custom Binding](https://blazor.syncfusion.com/documentation/datagrid/custom-binding) and [Custom adaptor as component](https://blazor.syncfusion.com/documentation/datagrid/custom-binding#custom-adaptor-as-component) documentation for more details on the Custom adaptor.
459
+
Now, get the SQL data from the SQL server and bind it to the DataGrid component as a datasource by using the Custom adaptor feature. The Custom Adaptor can be created as a [Component](https://blazor.syncfusion.com/documentation/datagrid/connecting-to-adaptors/custom-adaptor). Refer the [Grid Custom Binding](https://blazor.syncfusion.com/documentation/datagrid/connecting-to-adaptors/custom-adaptor#data-binding) and [Custom adaptor as component](https://blazor.syncfusion.com/documentation/datagrid/connecting-to-adaptors/custom-adaptor) documentation for more details on the Custom adaptor.
460
460
461
461
Grid columns can be defined using the [GridColumn](https://blazor.syncfusion.com/documentation/datagrid/columns) component. Create columns using the following code. The properties used and their usage are discussed below.
0 commit comments