Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
338 changes: 336 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,336 @@
# ej2-aspnet-core-razor-components-samples
Explore and learn Syncfusion ASP.NET Core Razor components using large collection of demos, example applications and tutorial samples
# Syncfusion ASP.NET Core Razor Components UI Controls samples

This repository contains the demos of [Syncfusion ASP.NET Core Razor Components](https://ej2.syncfusion.com/beta/aspnet-core-razor-components/) UI Controls. This is the best place to check our controls to get more insight about the usage of APIs.

This section guides you to use the Syncfusion ASP.NET Core Razor Components UI Controls samples in your applications.

* [Requirements to run the demo](#requirements-to-run-the-demo)
* [Documentation](#documentation)
* [License](#license)
* [Using the samples](#using-the-samples)
* [Controls Catalog](#controls-catalog)
* [Support and Feedback](#support-and-feedback)

## Requirements to run the demo

The samples requires the below requirements to run.

* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/)
* [.NET Core SDK 3.0 Preview](https://dotnet.microsoft.com/download/dotnet-core/3.0)

## Documentation

All controls documentation for the Syncfusion ASP.NET Core Razor Components UI controls can be found on [Syncfusion Help](https://ej2.syncfusion.com/aspnet-core-razor-components/documentation/introduction/).

## License

Syncfusion ASP.NET Core Razor Components UI (Essential JS 2) controls library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.

To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.

Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.

Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.

The Syncfusion license that contains the terms and conditions can be found at
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)

## Using the samples

* Open the command prompt from samples root directory.
* Run `dotnet restore` and `dotnet build`.
* Then Change the directory in to `cd ej2-blazor-samples`.
* Run `dotnet run`.

## Controls Catalog

<table>
<tr>
<td colspan="3" rowspan="1">
<b>GRIDS<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Grid">DataGrid</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/PivotView">Pivot Table</a>
</td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>DATA VISUALIZATION<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Chart">Charts</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/CircularGauge">Circular Gauge</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/LinearGauge">Linear Gauge</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Diagram">Diagram</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Heatmap">Heatmap chart</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Maps">Maps</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/RangeNavigator">Range Selector</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Smithchart">Smith Chart</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Sparkline">Sparkline Charts</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Treemap">TreeMap</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>EDITORS<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/RichTextEditor">Rich Text Editor</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/DocumentEditor">Word Processor</a>
</td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>CALENDARS<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Schedule">Scheduler</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Calendar">Calendar</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/DatePicker">DatePicker</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/DateRangePicker">Date Range Picker</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/DateTimePicker">DateTime Picker</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/TimePicker">Time Picker</a>
</td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>BUTTONS<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Button">Button</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Button/ButtonGroup.cshtml">Button Group</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Button/DropDownButton.cshtml">Dropdown Menu</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Button/ProgressButton.cshtml">Progress Button</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Button/SplitButton.cshtml">Split Button</a>
</td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>DROPDOWNS<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/AutoComplete">AutoComplete</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/ComboBox">ComboBox</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/DropDownList">Dropdown List</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/MultiSelect">MultiSelect Dropdown</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>NAVIGATION<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Accordion">Accordion</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/ContextMenu">Context Menu</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Menu">Menu Bar</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Sidebar">Sidebar</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Tab">Tabs</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Toolbar">Toolbar</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/TreeView">TreeView</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>INPUTS<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/TextBoxes">TextBox</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/MaskedTextBox">Input Mask</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/NumericTextBox">Numeric Textbox</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Button/RadioButton.cshtml">Radio Button</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Button/CheckBox.cshtml">Checkbox</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/ColorPicker">Color Picker</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Uploader">File Upload</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Slider">Range Slider</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Button/Switch.cshtml">Toggle Switch Button</a>
</td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>LAYOUT<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Avatar">Avatar</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Card">Card</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Dialog">Dialog</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/ListView">ListView</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Tooltip">Tooltip</a>
</td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>NOTIFICATIONS<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Badge">Badge</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/Toast">Toast</a>
</td>
<td></td>
</tr>
<tr>
<td colspan="3" rowspan="1">
<b>FILE FORMAT LIBRARY<b>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/XlsIO">Excel Library</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/PDF">PDF Library</a>
</td>
<td>
<a href="ej2-blazor-samples/Pages/DocIO">Word Library</a>
</td>
</tr>
<tr>
<td>
<a href="ej2-blazor-samples/Pages/Presentation">PowerPoint Library</a>
</td>
<td></td>
<td></td>
</tr>
</table>

## Support and Feedback

* For any other queries, reach our [Syncfusion support team](https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=github&utm_medium=listing&utm_campaign=ej2-aspnetcore-samples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=ej2-aspnetcore-samples).

* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=ej2-aspnetcore-samples) or contact our sales team at <salessupport@syncfusion.com>.
25 changes: 25 additions & 0 deletions ej2-blazor-samples.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ej2-blazor-samples", "ej2-blazor-samples\ej2-blazor-samples.csproj", "{C17F5FE3-B068-441B-A0C3-F666E9047C9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C17F5FE3-B068-441B-A0C3-F666E9047C9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C17F5FE3-B068-441B-A0C3-F666E9047C9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C17F5FE3-B068-441B-A0C3-F666E9047C9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C17F5FE3-B068-441B-A0C3-F666E9047C9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE9F0EE1-CF91-4673-83DA-E3F1D21FDEE1}
EndGlobalSection
EndGlobal
3 changes: 3 additions & 0 deletions ej2-blazor-samples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/bin
/obj
/.vs
5 changes: 5 additions & 0 deletions ej2-blazor-samples/App.cshtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!--
Configuring this here is temporary. Later we'll move the app config
into Program.cs, and it won't be necessary to specify AppAssembly.
-->
<Router AppAssembly=typeof(Program).Assembly />
17 changes: 17 additions & 0 deletions ej2-blazor-samples/NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="ej2nuget" value="http://nexus.syncfusion.com/repository/ej2-nuget/" priority="1" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" priority="2"/>
</packageSources>

<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<disabledPackageSources />
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>
Loading