Skip to content
Open
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
8 changes: 4 additions & 4 deletions aspnetmvc/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,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](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.
* 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://ej2.syncfusion.com/home/aspnetmvc.html#platform) 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](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](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.
* The [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/89) 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://support.syncfusion.com/kb/retiredproducts/category/89), 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](https://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://support.syncfusion.com/) by creating a support ticket.

4 changes: 2 additions & 2 deletions aspnetmvc/Licensing/how-to-generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ License keys for ASP.NET MVC can be generated from the [License & Downloads](htt

![Get License Key](licensing-images/generate-license.png)

I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform.
* Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application.
I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://support.syncfusion.com/kb/article/7898/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform.
* Refer this [KB](https://support.syncfusion.com/kb/article/7865/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application.

## See Also

Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Licensing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We have introduced a new licensing system starting with version 16.2.0.x release

## Difference between unlock key and license key

Please note that this license key is different from the installer unlock key that you might have used in the past and needs to be separately generated from Syncfusion website. Refer [this](https://www.syncfusion.com/kb/8950/difference-between-the-unlock-key-and-licensing-key) KB article to know more about difference between the Syncfusion Unlock Key and the Syncfusion License Key.
Please note that this license key is different from the installer unlock key that you might have used in the past and needs to be separately generated from Syncfusion website. Refer [this](https://support.syncfusion.com/kb/article/7863/difference-between-the-unlock-key-and-licensing-key) KB article to know more about difference between the Syncfusion Unlock Key and the Syncfusion License Key.

Following licensing error will be shown if the license key is not registered in your projects, while using assemblies from evaluation installer or from the nuget.org.

Expand Down
8 changes: 4 additions & 4 deletions aspnetmvc/Unobtrusive.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Unobtrusive

Many uncertainties and difficulties are involved in a usual **JavaScript programming** environment, like some of the browsers may ignore the JavaScript codes under the scripts section completely or partially due to its complexity, and so on. To overcome all such inconveniences, the [Unobtrusive JavaScript](http://www.w3.org/wiki/The_principles_of_unobtrusive_JavaScript) support has been introduced to make it easier for the users to create all our Syncfusion components with basic level HTML tag-like structure.
Many uncertainties and difficulties are involved in a usual **JavaScript programming** environment, like some of the browsers may ignore the JavaScript codes under the scripts section completely or partially due to its complexity, and so on. To overcome all such inconveniences, the [Unobtrusive JavaScript](https://www.w3.org/wiki/The_principles_of_unobtrusive_JavaScript) support has been introduced to make it easier for the users to create all our Syncfusion components with basic level HTML tag-like structure.

One of the main goal of the unobtrusive support is to achieve the clear separation of both the HTML content and behavior, so as to enhance the page loading time and to make the code updation easier. The **Essential JavaScript** have separate integration library to achieve the **Unobtrusive JS** support. To make use of Unobtrusive support with our Essential JavaScript components, it is necessary to refer to the **ej.unobtrusive.min.js** file in your application.

Expand Down Expand Up @@ -88,7 +88,7 @@ Render the DropDownList control as follows in your view page and enable the unob

When the above code is executed on the browser, the DropDownList control will be rendered with the following equivalent HTML DOM attributes created for it.

![Unobtrusive1](Core_images/unobtrusive1.png)
![Unobtrusive in ASP.NET MVC](core_images/aspnet-mvc-unobtrusive-code.png)

## Enabling Client Side Validation

Expand Down Expand Up @@ -125,7 +125,7 @@ Four sets of files are needed to implement the Unobtrusive.
• The Unobtrusive extensions to Validate
• Ej unobtrusive library

![Unobtrusive2](Core_images/unobtrusive2.png)
![Unobtrusive in ASP.NET MVC](core_images/aspnet-mvc-unobtrusivefiles.png)

Refer the above mentioned necessary scripts files in your layout.cshtml page.

Expand Down Expand Up @@ -198,7 +198,7 @@ The view is created as in the following code snippet:

When the above code is executed on the browser, the DropDownList control will be rendered with the following equivalent HTML DOM attributes created for it.

![Unobtrusive3](Core_images/unobtrusive3.png)
![Unobtrusive in ASP.NET MVC](core_images/aspnet-mvc-unobtrusive-attributes.png)

Now, some interesting new attributes are there to look at:
• data-val specifies that the DropDownList needs validation.
Expand Down
18 changes: 9 additions & 9 deletions aspnetmvc/installation/web-installer/how-to-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Our 30-day trial can be downloaded in two ways.
![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png)

3. With a trial license, only the latest version’s trial installer can be downloaded.
4. After downloading, the Syncfusion ASP.NET MVC (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in belowscreenshot.)
4. After downloading, the Syncfusion ASP.NET MVC (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article.
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/login) page (as shown in belowscreenshot.)
6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio ASP.NET MVC web installer.

![Trial and downloads of Syncfusion Essential Studio](images/trial-download.png)
Expand All @@ -41,9 +41,9 @@ Our 30-day trial can be downloaded in two ways.

You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)

1. You can start your 30-day free trial for ASP.NET MVC from the [Start Trial](https://www.syncfusion.com/account/manage-trials/start-trials) page from your account.
1. You can start your 30-day free trial for ASP.NET MVC from the [Start Trial](https://www.syncfusion.com/account/login) page from your account.

N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/overview).
N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/login) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/overview).

![Trial and downloads of Syncfusion Essential Studio](images/start-trial-download.png)

Expand All @@ -52,25 +52,25 @@ You should initiate an evaluation if you have already obtained our components th

N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.

4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnetmvc/licensing/how-to-generate) here at any time before the trial period expires. (as shown in belowscreenshot.)
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/login) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnetmvc/licensing/how-to-generate) here at any time before the trial period expires. (as shown in belowscreenshot.)

![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png)

5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/login) page.


## Download the License Version

1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/login) page under your registered Syncfusion account.
2. You can view all the licenses (both active and expired) associated with your account.
3. Click the Download (element 1 in the screenshot below) button to download the respective product’s installer.
4. The most recent version of the installer will be downloaded from this page.
5. To download older version installers, go to [Downloads Older Versions](https://www.syncfusion.com/account/downloads/studio) (element 2 in the screenshot below).
5. To download older version installers, go to [Downloads Older Versions](https://www.syncfusion.com/account/login) (element 2 in the screenshot below).
6. You can download other platform\add-on installers by going to More Downloads Options (element 3 in the screenshot below).

![License and downloads of Syncfusion Essential Studio](images/license-download.png)

7. Before the license expires, you can download the installer at any time from your registered account’s [License & Downloads](https://www.syncfusion.com/account/downloads) page (See the screenshot below.)
7. Before the license expires, you can download the installer at any time from your registered account’s [License & Downloads](https://www.syncfusion.com/account/login) page (See the screenshot below.)

![License and downloads of Syncfusion Essential Studio](images/start-trial-download-web-installer.png)

Expand Down
Loading