File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
SSR with Per Page and None/Components/Pages Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 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 ; }
You can’t perform that action at this time.
0 commit comments