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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions aspnetmvc/DateTimePicker/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started | DateTimePicker | ASP.NET MVC | Syncfusion
description: getting started
description: Learn here all about Getting Started in Syncfusion Essential ASP.NET MVC DateTimePicker control, its elements, and more.
platform: ejmvc
control: DateTimePicker
documentation: ug
---

# Getting Started
# Getting Started with ASP.NET MVC DateTimePicker

This section explains briefly about how to create a DateTimePicker in your application with ASP.NET MVC.

Expand All @@ -16,7 +16,7 @@ This section explains briefly about how to create a DateTimePicker in your appli
The ASP.NET MVC DateTimePicker provides support to display the calendar within your web page and allows you to pick date and time from the calendar. Refer the following guidelines to customize date and time pickers for a real time appointment booking scenario that helps you to book an appointment, within a limited number of days. The following screenshot illustrates the functionality of DatePicker with date range.


![](Getting-Started_images/Getting-Started_img1.png)
![Create DateTimePicker in ASP.NET MVC](Getting-Started_images/Getting-Started_img1.png)

DateTimePicker
{:.caption}
Expand Down Expand Up @@ -44,7 +44,7 @@ ASP.NET MVC DateTimePicker widget basically renders built-in features like Month

Execute the above code to render the following output.

![](Getting-Started_images/Getting-Started_img2.png)
![Execute Code in ASP.NET MVC DateTimePicker](Getting-Started_images/Getting-Started_img2.png)

DateTimePicker
{:.caption}
Expand All @@ -63,7 +63,7 @@ In a real-time appointment booking scenario, the booking is open only for a limi
{% endhighlight %}


![](Getting-Started_images/Getting-Started_img3.png)
![Set Min and Max DateTimePicker in ASP.NET MVC](Getting-Started_images/Getting-Started_img3.png)

DateTimePicker with Min/Max Date and Time Interval
{:.caption}
Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/Gantt/Exporting.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Exporting| Gantt | ASP.NET MVC | Syncfusion
description: exporting
description: Learn here all about Exporting support in Syncfusion Essential ASP.NET MVC Gantt control, its elements, and more.
platform: ejmvc
control: Gantt
documentation: ug
---
# Export
# Export in Essential ASP.NET MVC Gantt

Gantt provides support to export the contents in PDF and excel.
To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be included in the `ToolbarSettings.ToolbarItems` property.
Expand Down Expand Up @@ -86,7 +86,7 @@ public class GanttController : Controller
The PDF and Excel exporting services for Gantt are explained in detail [here](https://help.syncfusion.com/js/gantt/services-reference).

The below screen shot shows Gantt with excel and PDF exporting enabled.
![](Export_images/Export_img1.png)
![Exporting Excel and PDF in ASP.NET MVC Gantt](Export_images/Export_img1.png)

## Server dependencies
Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET MVC builds. The list of assemblies needed for Gantt Export as follows
Expand Down
10 changes: 5 additions & 5 deletions aspnetmvc/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ The **Syncfusion Essential Studio for ASP.NET MVC** is a set of server-side wrap
## How to best read this User Guide

* The best way to get started is to read the common “[Getting Started](/aspnetmvc/getting-started)” document for the component that you would like to start using first. The “Getting Started” guide gives enough information that you need to know before starting to write code. This is the only section that is recommended to read end-to-end before starting to write code, all the other information can be referred when needed.
* Once you get familiar with the basics of using the component, the next step will be to start integrating the component into your application. A good starting point will be to refer to the code snippets in the [online sample browser](http://mvc.syncfusion.com/demos/web) that contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
* Once you get familiar with the basics of using the component, the next step will be to start integrating the component into your application. A good starting point will be to refer to the code snippets in the [online sample browser](https://mvc.syncfusion.com/demos/web) that contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
* After integrating the component into your application using one of the sample code snippets as a starting point, it is likely that you would need additional information on specific features and API. The best option will be to search a specific topic using the search box that is available at the top of the user guide.
* Another valuable resource is the [API reference](http://help.syncfusion.com/cr/aspnetmvc/dociohelper) that provides detailed information on the object hierarchy as well as the settings available on every object.
* Another valuable resource is the [API reference](https://help.syncfusion.com/cr/aspnetmvc/dociohelper) that provides detailed information on the object hierarchy as well as the settings available on every object.

## Additional Help Resources

* The [Knowledge Base](http://www.syncfusion.com/kb/aspnetmvc) section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
* Similar to the [Knowledge Base](http://www.syncfusion.com/kb/aspnetmvc), the [forum](http://www.syncfusion.com/forums/aspnetmvc) section also contains responses to questions that other customers have asked us before.
* The [Knowledge Base](https://www.syncfusion.com/kb/aspnetmvc) section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
* Similar to the [Knowledge Base](https://www.syncfusion.com/kb/aspnetmvc), the [forum](https://www.syncfusion.com/forums/aspnetmvc) section also contains responses to questions that other customers have asked us before.

## Create a Support Incident

If you are still not able to find the information that you are looking for in the self-help resources mentioned above, please [contact us](http://www.syncfusion.com/support) by creating a support ticket.
If you are still not able to find the information that you are looking for in the self-help resources mentioned above, please [contact us](https://www.syncfusion.com/support) by creating a support ticket.

10 changes: 5 additions & 5 deletions aspnetmvc/Slider/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started | Slider | ASP.NET MVC | Syncfusion
description: getting started
description: Learn here all about Getting Started in Syncfusion Essential ASP.NET MVC Slider control, its elements, and more.
platform: ejmvc
control: Slider
documentation: ug
---

# Getting Started
# Getting Started with ASP.NET MVC Slider

This section explains briefly about how to create a Slider in your application with ASP.NET MVC.

Expand All @@ -17,7 +17,7 @@ ASP.NET MVC Slider provides support to display a Slider within the web page. The

The following screenshot illustrates the functionality of Slider control. You can select a mobile model in the dropdown to purchase it at any rate specified in the Mobile RateSlider and you can also specify the number of mobiles you need by selecting the Mobile CountSlider. Simultaneously, you can observe the change in mobile rate and count using Sliders.

![](Getting-Started_images/Getting-Started_img1.png)
![Create Slider in ASP.NET MVC](Getting-Started_images/Getting-Started_img1.png)



Expand Down Expand Up @@ -196,7 +196,7 @@ ASP.NET MVC Slider control allows you to switch between different ranges of inpu

5. The following screenshot displays the final output in Slider creation.

![](Getting-Started_images/Getting-Started_img2.png)
![Add Script in ASP.NET MVC Slider](Getting-Started_images/Getting-Started_img2.png)



Expand Down Expand Up @@ -395,7 +395,7 @@ The following screenshot displays the calculated EMI amount using Slider.



![](Getting-Started_images/Getting-Started_img3.png)
![Calculate EMI in ASP.NET MVC Slider](Getting-Started_images/Getting-Started_img3.png)



Expand Down