Skip to content

Commit eee8bea

Browse files
authored
Merge pull request #5 from SyncfusionExamples/revert-3-master
Revert "sample(BLAZ-11551): GitHub - Blazor DateRangePicker Keywords changes are committed in the master branch."
2 parents 9ce57c4 + e2380d9 commit eee8bea

File tree

4 files changed

+22
-69
lines changed

4 files changed

+22
-69
lines changed

Blazor DateRangePicker-GitHub.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

Pages/_Host.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<head>
1111
<meta charset="utf-8" />
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
13-
<title>Getting Started with Blazor DateRangePicker | Syncfusion Blazor</title>
13+
<title>dropdown-list</title>
1414
<base href="~/" />
1515
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
1616
<link href="css/site.css" rel="stylesheet" />

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Add a Blazor Dropdown List to a Blazor Server App
2+
3+
A Blazor Server App that helps you to learn how easily you can create and configure the basic features of Syncfusion Blazor Dropdown List. You will learn how to add Syncfusion Blazor Dropdown List to a Blazor Server application. You will see how to populate it with JSON data and remote data sources. You will also learn how to sort the data source, and how to set a custom height and width for the Dropdown List pop-up.
4+
5+
Example: https://blazor.syncfusion.com/demos/DropDownList/DefaultFunctionalities
6+
7+
Documentation: https://ej2.syncfusion.com/blazor/documentation/dropdownlist/getting-started
8+
9+
## Project pre-requisites
10+
Make sure that you have the compatible versions of Visual Studio Code and .NET Core SDK 3.1.2 in your machine before starting to work on this project.
11+
12+
## How to run this application?
13+
To run this application, you need to first clone the `getting-started-with-blazor-dropdown-list` repository and then open it in Visual Studio Code. Now, open the `Integrated Terminal` in VS Code and run the following command to build and run this project.
14+
15+
```
16+
dotnet watch run
17+
```
18+
19+
Navigate to `http://localhost:5000/` or `http://localhost:5001/` in the browser to view the output.
20+

Shared/NavMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="top-row pl-4 navbar navbar-dark">
2-
<a class="navbar-brand" href="">Getting Started with Blazor DateRangePicker | Syncfusion Blazor</a>
2+
<a class="navbar-brand" href="">dropdown-list</a>
33
<button class="navbar-toggler" @onclick="ToggleNavMenu">
44
<span class="navbar-toggler-icon"></span>
55
</button>

0 commit comments

Comments
 (0)