Skip to content

Commit d1cf305

Browse files
authored
Update README.md
1 parent 3c5a93b commit d1cf305

File tree

1 file changed

+334
-2
lines changed

1 file changed

+334
-2
lines changed

README.md

Lines changed: 334 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,334 @@
1-
# ej2-aspnetmvc-samples
2-
Essential JS 2 demo samples for ASP.NET MVC
1+
# Syncfusion ASP.NET MVC UI Controls samples
2+
3+
This repository contains the demos of [Syncfusion ASP.NET MVC UI Controls](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github&utm_campaign=ej2-aspnetmvc-samples). This is the best place to check our controls to get more insight about the usage of APIs.
4+
5+
This section guides you to use the Syncfusion ASP.NET MVC UI Controls samples in your applications.
6+
7+
* [Requirements to run the demo](#requirements-to-run-the-demo)
8+
* [Documentation](#documentation)
9+
* [License](#license)
10+
* [Using the samples](#using-the-samples)
11+
* [Controls Catalog](#controls-catalog)
12+
* [Support and Feedback](#support-and-feedback)
13+
14+
## Requirements to run the demo
15+
16+
The samples requires the below requirements to run.
17+
18+
* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/)
19+
* .Net Framework 4.5 and above
20+
* ASP.NET MVC 5
21+
22+
## Documentation
23+
24+
All controls documentation for the Syncfusion ASP.NET MVC UI controls can be found on [Syncfusion Help](https://ej2.syncfusion.com/aspnetmvc/documentation/?utm_source=github&utm_medium=listing&utm_campaign=ej2-aspnetmvc-samples). All API documentation can be found at the [API Reference](https://help.syncfusion.com/cr/aspnetmvc-js2/aspnetmvc/?utm_source=github&utm_medium=listing&utm_campaign=ej2-aspnetmvc-samples).
25+
26+
## License
27+
28+
Syncfusion ASP.NET MVC 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.
29+
30+
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.
31+
32+
Customers who do not qualify for the community license can contact [email protected] for commercial licensing options.
33+
34+
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.
35+
36+
The Syncfusion license that contains the terms and conditions can be found at
37+
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)
38+
39+
## Using the samples
40+
41+
* Open and run the application in Visual Studio 2017. It will install the required dependencies at compile time.
42+
43+
## Controls Catalog
44+
45+
<table>
46+
<tr>
47+
<td colspan="3" rowspan="1">
48+
<b>GRIDS<b>
49+
</td>
50+
</tr>
51+
<tr>
52+
<td>
53+
<a href="Views/Grid">DataGrid</a>
54+
</td>
55+
<td>
56+
<a href="Views/PivotView">Pivot Table (Preview)</a>
57+
</td>
58+
<td></td>
59+
</tr>
60+
<tr>
61+
<td colspan="3" rowspan="1">
62+
<b>DATA VISUALIZATION<b>
63+
</td>
64+
</tr>
65+
<tr>
66+
<td>
67+
<a href="Views/Chart">Charts</a>
68+
</td>
69+
<td>
70+
<a href="Views/CircularGauge">Circular Gauge</a>
71+
</td>
72+
<td>
73+
<a href="Views/LinearGauge">Linear Gauge</a>
74+
</td>
75+
</tr>
76+
<tr>
77+
<td>
78+
<a href="Views/Diagram">Diagram (Preview)</a>
79+
</td>
80+
<td>
81+
<a href="Views/Heatmap">Heatmap chart</a>
82+
</td>
83+
<td>
84+
<a href="Views/Maps">Maps</a>
85+
</td>
86+
</tr>
87+
<tr>
88+
<td>
89+
<a href="Views/RangeNavigator">Range Selector</a>
90+
</td>
91+
<td>
92+
<a href="Views/Smithchart">Smith Chart</a>
93+
</td>
94+
<td>
95+
<a href="Views/Sparkline">Sparkline Charts</a>
96+
</td>
97+
</tr>
98+
<tr>
99+
<td>
100+
<a href="Views/Treemap">TreeMap</a>
101+
</td>
102+
<td></td>
103+
<td></td>
104+
</tr>
105+
<tr>
106+
<td colspan="3" rowspan="1">
107+
<b>EDITORS<b>
108+
</td>
109+
</tr>
110+
<tr>
111+
<td>
112+
<a href="Views/RichTextEditor">Rich Text Editor (Preview)</a>
113+
</td>
114+
<td>
115+
<a href="Views/DocumentEditor">Word Processor (Preview)</a>
116+
</td>
117+
<td></td>
118+
</tr>
119+
<tr>
120+
<td colspan="3" rowspan="1">
121+
<b>CALENDARS<b>
122+
</td>
123+
</tr>
124+
<tr>
125+
<td>
126+
<a href="Views/Schedule">Scheduler</a>
127+
</td>
128+
<td>
129+
<a href="Views/Calendar">Calendar</a>
130+
</td>
131+
<td>
132+
<a href="Views/DatePicker">DatePicker</a>
133+
</td>
134+
</tr>
135+
<tr>
136+
<td>
137+
<a href="Views/DateRangePicker">Date Range Picker</a>
138+
</td>
139+
<td>
140+
<a href="Views/DateTimePicker">DateTime Picker</a>
141+
</td>
142+
<td>
143+
<a href="Views/TimePicker">Time Picker</a>
144+
</td>
145+
</tr>
146+
<tr>
147+
<td colspan="3" rowspan="1">
148+
<b>BUTTONS<b>
149+
</td>
150+
</tr>
151+
<tr>
152+
<td>
153+
<a href="Views/Button">Button</a>
154+
</td>
155+
<td>
156+
<a href="Views/Button/ButtonGroup.cshtml">Button Group</a>
157+
</td>
158+
<td>
159+
<a href="Views/Button/DropDownButton.cshtml">Dropdown Menu</a>
160+
</td>
161+
</tr>
162+
<tr>
163+
<td>
164+
<a href="Views/Button/ProgressButton.cshtml">Progress Button (Preview)</a>
165+
</td>
166+
<td>
167+
<a href="Views/Button/SplitButton.cshtml">Split Button</a>
168+
</td>
169+
<td></td>
170+
</tr>
171+
<tr>
172+
<td colspan="3" rowspan="1">
173+
<b>DROPDOWNS<b>
174+
</td>
175+
</tr>
176+
<tr>
177+
<td>
178+
<a href="Views/AutoComplete">AutoComplete</a>
179+
</td>
180+
<td>
181+
<a href="Views/ComboBox">ComboBox</a>
182+
</td>
183+
<td>
184+
<a href="Views/DropDownList">Dropdown List</a>
185+
</td>
186+
</tr>
187+
<tr>
188+
<td>
189+
<a href="Views/MultiSelect">MultiSelect Dropdown</a>
190+
</td>
191+
<td></td>
192+
<td></td>
193+
</tr>
194+
<tr>
195+
<td colspan="3" rowspan="1">
196+
<b>NAVIGATION<b>
197+
</td>
198+
</tr>
199+
<tr>
200+
<td>
201+
<a href="Views/Accordion">Accordion</a>
202+
</td>
203+
<td>
204+
<a href="Views/ContextMenu">Context Menu</a>
205+
</td>
206+
<td>
207+
<a href="Views/Menu">Menu Bar (Preview)</a>
208+
</td>
209+
</tr>
210+
<tr>
211+
<td>
212+
<a href="Views/Sidebar">Sidebar</a>
213+
</td>
214+
<td>
215+
<a href="Views/Tab">Tabs</a>
216+
</td>
217+
<td>
218+
<a href="Views/Toolbar">Toolbar</a>
219+
</td>
220+
</tr>
221+
<tr>
222+
<td>
223+
<a href="Views/TreeView">TreeView</a>
224+
</td>
225+
<td></td>
226+
<td></td>
227+
</tr>
228+
<tr>
229+
<td colspan="3" rowspan="1">
230+
<b>INPUTS<b>
231+
</td>
232+
</tr>
233+
<tr>
234+
<td>
235+
<a href="Views/TextBoxes">TextBox</a>
236+
</td>
237+
<td>
238+
<a href="Views/MaskedTextBox">Input Mask</a>
239+
</td>
240+
<td>
241+
<a href="Views/NumericTextBox">Numeric Textbox</a>
242+
</td>
243+
</tr>
244+
<tr>
245+
<td>
246+
<a href="Views/Button/RadioButton.cshtml">Radio Button</a>
247+
</td>
248+
<td>
249+
<a href="Views/Button/CheckBox.cshtml">Checkbox</a>
250+
</td>
251+
<td>
252+
<a href="Views/ColorPicker">Color Picker</a>
253+
</td>
254+
</tr>
255+
<tr>
256+
<td>
257+
<a href="Views/Uploader">File Upload</a>
258+
</td>
259+
<td>
260+
<a href="Views/Slider">Range Slider</a>
261+
</td>
262+
<td>
263+
<a href="Views/Button/Switch.cshtml">Toggle Switch Button</a>
264+
</td>
265+
</tr>
266+
<tr>
267+
<td colspan="3" rowspan="1">
268+
<b>LAYOUT<b>
269+
</td>
270+
</tr>
271+
<tr>
272+
<td>
273+
<a href="Views/Avatar">Avatar</a>
274+
</td>
275+
<td>
276+
<a href="Views/Card">Card</a>
277+
</td>
278+
<td>
279+
<a href="Views/Dialog">Dialog</a>
280+
</td>
281+
</tr>
282+
<tr>
283+
<td>
284+
<a href="Views/ListView">ListView</a>
285+
</td>
286+
<td>
287+
<a href="Views/Tooltip">Tooltip</a>
288+
</td>
289+
<td></td>
290+
</tr>
291+
<tr>
292+
<td colspan="3" rowspan="1">
293+
<b>NOTIFICATIONS<b>
294+
</td>
295+
</tr>
296+
<tr>
297+
<td>
298+
<a href="Views/Badge">Badge</a>
299+
</td>
300+
<td>
301+
<a href="Views/Toast">Toast</a>
302+
</td>
303+
<td></td>
304+
</tr>
305+
<tr>
306+
<td colspan="3" rowspan="1">
307+
<b>FILE FORMAT LIBRARY<b>
308+
</td>
309+
</tr>
310+
<tr>
311+
<td>
312+
<a href="Views/XlsIO">Excel Library</a>
313+
</td>
314+
<td>
315+
<a href="Views/PDF">PDF Library</a>
316+
</td>
317+
<td>
318+
<a href="Views/DocIO">Word Library</a>
319+
</td>
320+
</tr>
321+
<tr>
322+
<td>
323+
<a href="Views/Presentation">PowerPoint Library</a>
324+
</td>
325+
<td></td>
326+
<td></td>
327+
</tr>
328+
</table>
329+
330+
## Support and Feedback
331+
332+
* 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-aspnetmvc-samples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=ej2-aspnetmvc-samples).
333+
334+
* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=ej2-aspnetmvc-samples) or contact our sales team at <[email protected]>.

0 commit comments

Comments
 (0)