diff --git a/aspnetmvc/Menu/Getting-Started.md b/aspnetmvc/Menu/Getting-Started.md index c68685a4..41668f42 100644 --- a/aspnetmvc/Menu/Getting-Started.md +++ b/aspnetmvc/Menu/Getting-Started.md @@ -76,7 +76,7 @@ Essential ASP.NET MVC Menu without menu item Each Menu consists of a list of Menu items with list of sub level Menu item. Refer the following guidelines to initialize the root level elements of Menu control with Remote data source value. RootLevelItems data service is created to define the root level Menu items, sub items and InnerItems data services to initialize the sub level and inner sub levels and both can be referred from the following service location. In Menu Widgets mention the RootLevelItem Data Source in the Datasource property. Elements’s properties like Id, Text, URL, and Parent Id can be defined using our menu fields and it explained briefly under the concept and features of Menu control. -[http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/](https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/) +[https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/](https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/) diff --git a/aspnetmvc/TreeGrid/Columns.md b/aspnetmvc/TreeGrid/Columns.md index e9de387e..d10c4426 100644 --- a/aspnetmvc/TreeGrid/Columns.md +++ b/aspnetmvc/TreeGrid/Columns.md @@ -145,7 +145,7 @@ The below code snippet demonstrates this. {% endhighlight %} -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridtextwrap) here to view the online demo sample for text wrapping. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for text wrapping. ### Header Template @@ -194,7 +194,7 @@ The below screenshot depicts column headers with custom templates. ![](Columns_images/Columns_img1.png) -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridcolumnheadertemplate) here to view the online demo sample for header template. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for header template. ## Frozen Columns @@ -245,7 +245,7 @@ treegridObj.freezeColumn(field, true); {% endhighlight %} -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridfrozencolumns) here to view the online demo sample for frozen column. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for frozen column. ## Resizing @@ -289,7 +289,7 @@ The following code snippet explains how to set column resize mode in TreeGrid, The above screenshot shows the TreeGrid rendered with `FixedColumns` resize mode. {:.caption} -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridcolumnresize) here to view the online demo sample for column resizing. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for column resizing. ## Checkbox column @@ -353,7 +353,7 @@ The following code example show how to define template for the column, ![](Columns_images/Columns_img4.png) -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridcolumntemplate) here to view the online demo sample for frozen column. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for frozen column. ## Column Menu @@ -483,7 +483,7 @@ It is possible to toggle the visibility of the columns using the [`hideColumn`]( {% endhighlight %} -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridcolumnchooser) here to view the online demo sample for column menu. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for column menu. ## Command Column @@ -533,7 +533,7 @@ A command column can be customized by using the `Type` and `ButtonOptions` prope ![](Columns_images/Columns_img9.png) -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridcommandcolumn) here to view the online demo sample for command column. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for command column. ### Custom buttons @@ -693,7 +693,7 @@ The below image displays the TreeGrid with validation rule applied for a date co ![](Columns_images/Columns_img7.png) -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridcustomvalidation) here to view the online demo sample for TreeGrid validation support. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for TreeGrid validation support. ## Column Reorder @@ -715,7 +715,7 @@ The above screenshot shows the column reorder in TreeGrid. The TreeGrid columns can also be reordered by using the [`reorderColumn`](https://help.syncfusion.com/api/js/ejtreegrid#methods:reordercolumn "reorderColumn") method, where the column field name and the target index should be passed as the method parameters. -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridcolumnreorder) here to view the online demo sample for column re-ordering. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for column re-ordering. ## Text Alignment diff --git a/aspnetmvc/TreeGrid/Rows.md b/aspnetmvc/TreeGrid/Rows.md index 67e83c0d..367b9a7a 100644 --- a/aspnetmvc/TreeGrid/Rows.md +++ b/aspnetmvc/TreeGrid/Rows.md @@ -178,7 +178,7 @@ The output of TreeGrid with Row Template is as follows. ![ASP.NET MVC TreeGrid Row Height](Rows_images/Rows_img1.png) -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridrowtemplate) here to view online sample for TreeGrid Row Template +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view online sample for TreeGrid Row Template N> In TreeGrid, the given row template is parsed for default row functionality like row selection, alt row and other default row customization. Using `ParseRowTemplate` property we can disable the row template parsing. If we disable that property, TreeGrid is rendered with given row template. @@ -306,7 +306,7 @@ We can also customize row drag and drop actions by using below properties ![ASP.NET MVC TreeGrid Details row](Rows_images/Rows_img13.png) -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridrowdraganddrop) here to view the demo sample for multiple drag and drop action. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the demo sample for multiple drag and drop action. ## Details row @@ -343,7 +343,7 @@ The above screenshot shows details row in TreeGrid. The visibility of the details view of a record can also be toggled with any custom actions by using the method `ShowHideDetailsRow`. -[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridrowdetails) here to view the demo sample for details row template. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the demo sample for details row template. ### Disable details row info column diff --git a/aspnetmvc/installation/offline-installer/how-to-download.md b/aspnetmvc/installation/offline-installer/how-to-download.md index 7526ea8a..619a0147 100644 --- a/aspnetmvc/installation/offline-installer/how-to-download.md +++ b/aspnetmvc/installation/offline-installer/how-to-download.md @@ -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?isInternalRefresh=False) 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.) ![Trial and downloads of Syncfusion Essential Studio](images/trial-download.png) @@ -43,9 +43,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) @@ -54,20 +54,20 @@ 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?isInternalRefresh=False) 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)