Skip to content

Commit 0216ca3

Browse files
README.md modified
1 parent fe0fc8d commit 0216ca3

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
# blazor-net8-render-modes
1+
# Syncfusion Blazor Component with Web App
2+
3+
This repository contains the demos of [Syncfusion Blazor Components](https://www.syncfusion.com/blazor-components) with .NET 8.
4+
5+
## Requirements to run the demo
6+
7+
* [System requirements](https://blazor.syncfusion.com/documentation/system-requirements/)
8+
9+
## How to run the demo
10+
11+
To run the demo, follow these steps:
12+
13+
* Clone the repository.
14+
* Navigate to the folder that corresponds to the desired combination of .NET 8 features.
15+
* Open the solution/project file in that folder.
16+
* Press `Ctrl + F5` to run the demo.
17+
18+
### Run the demo using .NET CLI
19+
20+
* Open the command prompt from the demo's directory.
21+
* Run the demo using the following command.
22+
23+
> `dotnet run`
24+
25+
## See also
26+
27+
* [Blazor Documentation](https://blazor.syncfusion.com/documentation/introduction)
28+
* [Blazor Components](https://www.syncfusion.com/blazor-components)
29+
* [Blazor Live Demos - Server](https://blazor.syncfusion.com/demos/)
30+
* [Blazor Live Demos - WebAssembly](https://blazor.syncfusion.com/wasm/demos/)
31+
* [Blazor Playground](https://blazorplayground.syncfusion.com/)

SSR with Per Page and None/Components/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PageTitle>Home</PageTitle>
66

7-
<SfGrid DataSource="@Orders" AllowPaging="true" AllowSorting="true" AllowFiltering="true" AllowGrouping="true" />
7+
<SfGrid DataSource="@Orders" />
88

99
@code {
1010
public List<Order> Orders { get; set; }

0 commit comments

Comments
 (0)