Skip to content

Commit f3046be

Browse files
Sample modified with Grid
1 parent 12c47ad commit f3046be

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

WASM with Global and None/WASM with Global and None.Client/Pages/Home.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
@page "/"
2-
3-
@using Syncfusion.Blazor
42
@using Syncfusion.Blazor.Grids
53

64
<PageTitle>Home</PageTitle>

WASM with Global and None/WASM with Global and None.Client/WASM with Global and None.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
15+
<PackageReference Include="Syncfusion.Blazor.Grid" Version="23.1.44" />
1516
</ItemGroup>
1617

1718
</Project>

WASM with Global and None/WASM with Global and None/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<base href="/" />
88
<link rel="stylesheet" href="bootstrap/bootstrap.min.css" />
99
<link rel="stylesheet" href="app.css" />
10-
<link rel="stylesheet" href="WASM with Global and None.styles.css" />
10+
@* <link rel="stylesheet" href="WASM with Global and None.styles.css" /> *@
1111
<link rel="icon" type="image/png" href="favicon.png" />
1212
<link rel="stylesheet" href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" />
1313
<script type="text/javascript" src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js"></script>

0 commit comments

Comments
 (0)