Skip to content

Commit 98a7e47

Browse files
authored
Update README.md
1 parent bb4c762 commit 98a7e47

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# create-a-query-builder-ui-component-in-a-blazor-server-application
1+
# Create a Query Builder UI Component in a Blazor Server Application
2+
23
This is a quick-start project provided by Syncfusion to help you create a Blazor Query Builder. This example explains how to create a Blazor application and add the Syncfusion Blazor package. It shows how to add the Syncfusion Blazor Query Builder component to a Blazor server application, columns to the Query builder, and filter the data by adding conditions to it. It also shows how to get the rules from the Query Builder.
4+
5+
Watch a How-to Video:
6+
7+
Documentation: https://blazor.syncfusion.com/documentation/query-builder/getting-started
8+
9+
Online example: https://blazor.syncfusion.com/demos/query-builder/default-functionalities
10+
11+
## Project prerequisites
12+
Make sure that you have compatible versions of .NET Core on your machine before starting to work on this project. You also need the following:
13+
* [Visual Studio 2019 (version 16.4+)]( https://visualstudio.microsoft.com/downloads)
14+
* [.NET Core SDK 3.1.201+](https://dotnet.microsoft.com/download/dotnet-core/3.1)
15+
16+
## How to run this application
17+
To run this application, you need to first clone or download the ‘create a query builder ui component in a blazor server application’ repository and then open it in Visual Studio 2019. Now, build and run your project to view the output.
18+
19+
## Further help
20+
21+
For more help, check the [ASP.NET Core Blazor documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor).
22+

0 commit comments

Comments
 (0)