diff --git a/aspnetmvc/DateTimePicker/Getting-Started.md b/aspnetmvc/DateTimePicker/Getting-Started.md index c9ab913c4..3e09466cc 100644 --- a/aspnetmvc/DateTimePicker/Getting-Started.md +++ b/aspnetmvc/DateTimePicker/Getting-Started.md @@ -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. @@ -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} @@ -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} @@ -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} diff --git a/aspnetmvc/Gantt/Exporting.md b/aspnetmvc/Gantt/Exporting.md index 5c2f1736d..90bf80a49 100644 --- a/aspnetmvc/Gantt/Exporting.md +++ b/aspnetmvc/Gantt/Exporting.md @@ -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. @@ -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 diff --git a/aspnetmvc/Introduction.md b/aspnetmvc/Introduction.md index 14d1a397b..13bcbab4c 100644 --- a/aspnetmvc/Introduction.md +++ b/aspnetmvc/Introduction.md @@ -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. diff --git a/aspnetmvc/Slider/Getting-Started.md b/aspnetmvc/Slider/Getting-Started.md index c67122e2c..9c16fd4ac 100644 --- a/aspnetmvc/Slider/Getting-Started.md +++ b/aspnetmvc/Slider/Getting-Started.md @@ -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. @@ -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) @@ -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) @@ -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)