Skip to content

SEO-174654-MVC-Redirect-UG #394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v23.1.36
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion aspnetmvc/Menu/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)



Expand Down
18 changes: 9 additions & 9 deletions aspnetmvc/TreeGrid/Columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -483,7 +483,7 @@ It is possible to toggle the visibility of the columns using the [`hideColumn`](
</script>
{% 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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/TreeGrid/Rows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
16 changes: 8 additions & 8 deletions aspnetmvc/installation/offline-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?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)

Expand All @@ -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)

Expand All @@ -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.)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the updated KB link and recheck all the links


![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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert all license and download links

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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this

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)
Expand Down