Skip to content

883147: Redirect link resolved. #3006

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

Merged
merged 7 commits into from
Jun 7, 2024
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
4 changes: 2 additions & 2 deletions ej2-asp-core-mvc/EJ2_ASP.MVC/appearance/theme-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can download the custom styles after customizing the theme colors.

![download-icon](images/download-icon.png)

**Step 2:** Assign a theme name in the File Name field and click the Download button. If your application uses both Essential JS 1 and Essential JS 2 controls, then select the Include compatibility css check box before downloading the theme. This option will generate the custom theme for Essential JS 2 compatibility styles, which are compatible as Essential JS 1 styles. Refer this [link](../common/compatible-with-essential-JS1/) for more details about Essential JS 1 and Essential JS 2 compatibility.
**Step 2:** Assign a theme name in the File Name field and click the Download button. If your application uses both Essential JS 1 and Essential JS 2 controls, then select the Include compatibility css check box before downloading the theme. This option will generate the custom theme for Essential JS 2 compatibility styles, which are compatible as Essential JS 1 styles. Refer this [link](https://ej2.syncfusion.com/aspnetmvc/documentation/common/compatible-with-essentialjs1) for more details about Essential JS 1 and Essential JS 2 compatibility.

![download-dialog](images/download-dialog.png)

Expand Down Expand Up @@ -2620,4 +2620,4 @@ Design based on bootstrap 3 theme.
</td>
</tr>
</tbody>
</table>
</table>
2 changes: 1 addition & 1 deletion ej2-asp-core-mvc/EJ2_ASP.MVC/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get start with ASP.NET MVC application, need to ensure the following software

## Integrated Development Environment (IDE)

ASP.NET MVC Applications can be developed using one of the following IDEs. You can also develop using [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/) without below IDEs.
ASP.NET MVC Applications can be developed using one of the following IDEs. You can also develop using [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/) without below IDEs.

* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/)
Expand Down
4 changes: 2 additions & 2 deletions ej2-asp-core-mvc/accordion/EJ2_ASP.MVC/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Accordion control in `~/Home/Index.cshtml` p

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the app. Then, the Syncfusion ASP.NET MVC Accordion control will be rendered in the default web browser.

![ASP.NET MVC Accordion Control](images/accordion-control.PNG)
![ASP.NET MVC Accordion Control](images/accordion-control.png)

## Render the Accordion using content template

Expand Down Expand Up @@ -137,7 +137,7 @@ public class LineChartData
{% endhighlight %}
{% endtabs %}

![ASP.NET MVC Accordion with Content Template](images/accordion-template.PNG)
![ASP.NET MVC Accordion with Content Template](images/accordion-template.png)

You can also render accordion without using `ContentTemplate` which can be referred [here](https://ej2.syncfusion.com/aspnetmvc/documentation/accordion/how-to/set-the-nested-accordion).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Accordion supports to render `nested` level of Accordion by using content proper
{% endtabs %}
{% endif %}


![Alt text](../images/nested.PNG)
![Alt text](../images/nested.png)

N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-UG-Examples/tree/main/Accordion/AccordionUGSamples).
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get

## See also

* [How to bind the data](./data-binding/)
* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/auto-complete/data-binding)
2 changes: 1 addition & 1 deletion ej2-asp-core-mvc/avatar/EJ2_ASP.MVC/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Now, add the Syncfusion ASP.NET MVC Avatar control in `~/Home/Index.cshtml` page

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Avatar control will be rendered in the default web browser.

![ASP.NET MVC Avatar Control](images/avatar.PNG)
![ASP.NET MVC Avatar Control](images/avatar.png)

N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Avatar/ASP.NET%20MVC%20Razor%20Examples).

Expand Down
2 changes: 1 addition & 1 deletion ej2-asp-core-mvc/breadcrumb/EJ2_ASP.MVC/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Use [Items](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigati

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Breadcrumb control will be rendered in the default web browser.

![ASP.NET MVC Breadcrumb Control](images/items.PNG)
![ASP.NET MVC Breadcrumb Control](images/items.png)

## Enable or Disable Navigation

Expand Down
7 changes: 3 additions & 4 deletions ej2-asp-core-mvc/calendar/EJ2_ASP.MVC/globalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ documentation: ug

# Globalization in ##Platform_Name## Calendar Control

Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization/) and also by adding cultural specific customizations and translating the text [localization](../common/localization/).
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization) and also by adding cultural specific customizations and translating the text [localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization).

By default, Calendar date format, week and month names are specific to American English culture. It utilizes the [Essential JavaScript 2 Internationalization](http://ej2.syncfusion.com/documentation/base/internationalization/) package to parse and format the date object based on the culture by uses the official [UNICODE CLDR](http://cldr.unicode.org/) JSON data.
By default, Calendar date format, week and month names are specific to American English culture. It utilizes the [Essential JavaScript 2 Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) package to parse and format the date object based on the culture by uses the official [UNICODE CLDR](https://cldr.unicode.org/) JSON data.

* Set the culture by using the [locale](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Calendars.Calendar.html#Syncfusion_EJ2_Calendars_Calendar_Locale) property.

Expand Down Expand Up @@ -115,5 +115,4 @@ The following example demonstrates the Calendar in `Arabic` culture with Right-T
{% endhighlight %}
{% highlight c# tabtitle="Rtl.cs" %}
{% endhighlight %}{% endtabs %}
{% endif %}

{% endif %}
6 changes: 3 additions & 3 deletions ej2-asp-core-mvc/card/EJ2_ASP.MVC/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (m

You can create Card with a header in a specific structure. For adding header you need to create a `div` element with `e-card-header` class added.

* You can include heading inside the Card header by adding a `div` element with `e-card-header-caption` class, and also content will be added by adding element with `e-card-content`. For detailed information, refer to the [Header and Content](./header-content/).
* You can include heading inside the Card header by adding a `div` element with `e-card-header-caption` class, and also content will be added by adding element with `e-card-content`. For detailed information, refer to the [Header and Content](https://ej2.syncfusion.com/aspnetmvc/documentation/card/header-content).

```html
<div class = "e-card"> --> Root Element
Expand All @@ -78,11 +78,11 @@ You can create Card with a header in a specific structure. For adding header you
{% endhighlight %}
{% endtabs %}

![ASP.NET MVC Card](images/card-control.PNG)
![ASP.NET MVC Card](images/card-control.png)

N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Card/ASP.NET%20MVC%20Razor%20Examples).

## See also

* [Real time example using Card](https://ej2.syncfusion.com/aspnetmvc/Kanban/Workflow#/material)
* [How to add a header and content](./header-content/)
* [How to add a header and content](https://ej2.syncfusion.com/aspnetmvc/documentation/card/header-content)
2 changes: 1 addition & 1 deletion ej2-asp-core-mvc/check-box/EJ2_ASP.MVC/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC CheckBox control in `~/Home/Index.cshtml` pa

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC CheckBox control will be rendered in the default web browser.

![ASP.NET MVC CheckBox Control](images/check-box.PNG)
![ASP.NET MVC CheckBox Control](images/check-box.png)

## Change the CheckBox state

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Now, add the Syncfusion ASP.NET MVC ColorPicker control in `~/Views/Home/Index.c

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC ColorPicker control will be rendered in the default web browser.

![ASP.NET MVC ColorPicker Control](images/color-picker.PNG)
![ASP.NET MVC ColorPicker Control](images/color-picker.png)

## Inline type

Expand Down
2 changes: 1 addition & 1 deletion ej2-asp-core-mvc/combo-box/EJ2_ASP.MVC/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get

## See also

* [How to bind the data](./data-binding/)
* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/combo-box/data-binding)
14 changes: 7 additions & 7 deletions ej2-asp-core-mvc/common/EJ2_ASP.MVC/adding-script-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ Scripts and style sheets of Syncfusion ASP.NET MVC controls can be included in a

#### Installing NPM packages in ASP.NET MVC Web Application

1.Open the Source Explorer and right click the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.
1.Open the Source Explorer and right click the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.

![Add New Item Window](images/add-new-item.png)

2.Select “**Web**” on the left side Tree View and select “**npm configuration File**” in “**Add New Item**” window which will include and configure “**package.json**” file in root folder of the ASP.NET MVC web application.
2.Select “**Web**” on the left side Tree View and select “**npm configuration File**” in “**Add New Item**” window which will include and configure “**package.json**” file in root folder of the ASP.NET MVC web application.

![Adding package.json](images/add-package-json.png)

3.Open the Source Explorer and right click on the application name. Then, select “**Open Folder in File Explorer**”.
3.Open the Source Explorer and right click on the application name. Then, select “**Open Folder in File Explorer**”.

4.Open the Command Prompt for this location and install the required Syncfusion packages using “**npm install @syncfusion/{PACKAGE_NAME} --save**”

Expand Down Expand Up @@ -133,7 +133,7 @@ By using either one of the following methods, Client-Side Resource can be loaded

#### Copying by Gulp

Install required Syncfusion ASP.NET MVC control packages as mentioned in “[**Installing NPM Packages in ASP.NET MVC Web Application**](#installing-npm-packages-in-aspnet-mvc-web-application)”.
Install required Syncfusion ASP.NET MVC control packages as mentioned in “[**Installing NPM Packages in ASP.NET MVC Web Application**](#installing-npm-packages-in-aspnet-mvc-web-application)”.

1.In addition to Syncfusion ASP.NET MVC packages, install gulp and glob packages using below commands.

Expand Down Expand Up @@ -161,7 +161,7 @@ npm install glob@latest --save

![Install NuGet Packages](images/install-nuGet-package.png)

3.Open the Source Explorer and right click on the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.
3.Open the Source Explorer and right click on the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.

4.Select “**ASP.NET Core**” on the left side Tree View and select “**JavaScript File**” in the “**Add New Item**” window. It will include a js file in the root folder of the ASP.NET MVC web application. Rename the js file as “**gulpfile.js**”.

Expand Down Expand Up @@ -196,13 +196,13 @@ gulp.task("copy-client-resource", function (done) {

6.Build the ASP.NET MVC web application and notice that a new folder named “**Syncfusion**” is created in “**Content**” folder.

![Copied to Content](images/copied-to-Content.png)
![Copied to Content](images/copied-to-content.png)

7.Right click the “**Syncfusion**” folder and include in project like below.

![Include Syncfusion in project](images/include-syncfusion-package.png)

8.Add the client-side resource in the `<head>` element of the `~/Views/Shared/_Layout.cshtml`. Here, scripts and styles of Syncfusion ASP.NET MVC Calendar has been loaded for example.
8.Add the client-side resource in the `<head>` element of the `~/Views/Shared/_Layout.cshtml`. Here, scripts and styles of Syncfusion ASP.NET MVC Calendar has been loaded for example.

{% tabs %}
{% highlight c# tabtitle="~/_Layout.cshtml" %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation: ug

## Loading Culture Data

It requires the following [CLDR](http://cldr.unicode.org/) data to be loaded using `loadCldr` function for cultures other than `en-US`.
It requires the following [CLDR](https://cldr.unicode.org/) data to be loaded using `loadCldr` function for cultures other than `en-US`.

| File Name | Path |
| ------------- | ------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public ActionResult Index()

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC ContextMenu control will be rendered in the default web browser.

![ASP.NET MVC ContextMenu Control](images/contextmenu-control.PNG)
![ASP.NET MVC ContextMenu Control](images/contextmenu-control.png)

## Rendering items with Separator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In the following sample, the dashboard layout is rendered with [Panels](https://

Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Dashboard Layout control will be rendered in the default web browser.

![ASP.NET MVC Dashboard Layout using Content Template](images/content_template.PNG)
![ASP.NET MVC Dashboard Layout using Content Template](images/content_template.png)

### Setting the panels property using helper

Expand All @@ -126,6 +126,6 @@ In the following sample, the dashboard layout is rendered with [Panels](https://
{% endhighlight %}
{% endtabs %}

![ASP.NET MVC Dashboard Layout using Tag Helper](images/tag_helper.PNG)
![ASP.NET MVC Dashboard Layout using Tag Helper](images/tag_helper.png)

N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/DashboardLayout/ASP.NET%20MVC%20Razor%20Examples).
4 changes: 2 additions & 2 deletions ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/globalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ documentation: ug

# Globalization in ASP.NET MVC Datepicker Control

Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization/), and also by adding cultural specific customizations and translating the text [localization](../common/localization/).
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization), and also by adding cultural specific customizations and translating the text [localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization).

By default, DatePicker date format, week and month names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](../common/internationalization/) package to parse and format the date object based on the culture by using the official [UNICODE CLDR](http://cldr.unicode.org/) JSON data. It provides the `loadCldr` method to load culture specific CLDR JSON data.
By default, DatePicker date format, week and month names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) package to parse and format the date object based on the culture by using the official [UNICODE CLDR](https://cldr.unicode.org/) JSON data. It provides the `loadCldr` method to load culture specific CLDR JSON data.

* Set the culture by using the [locale](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Calendars.DatePicker.html#Syncfusion_EJ2_Calendars_DatePicker_Locale) property.

Expand Down
7 changes: 3 additions & 4 deletions ej2-asp-core-mvc/daterangepicker/EJ2_ASP.MVC/globalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ documentation: ug

# Globalization in ASP.NET MVC DateRangePicker Control

Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization/) and also by adding cultural specific customizations and translating the text [`localization`](../common/localization/).
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) and also by adding cultural specific customizations and translating the text [`localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization).

By default, DateRangePicker date format, week, and month names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](http://ej2.syncfusion.com/documentation/base/intl.html) package to parse and format the date object based on the culture by using the official [UNICODE CLDR](http://cldr.unicode.org/) JSON data. It provides the `loadCldr` method to load culture specific CLDR JSON data.
By default, DateRangePicker date format, week, and month names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) package to parse and format the date object based on the culture by using the official [UNICODE CLDR](https://cldr.unicode.org/) JSON data. It provides the `loadCldr` method to load culture specific CLDR JSON data.

* Set the culture by using the [locale](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Calendars.DateRangePicker.html#Syncfusion_EJ2_Calendars_DateRangePicker_Locale) property.

Expand Down Expand Up @@ -130,5 +130,4 @@ The following example demonstrates DateRangePicker in `Arabic` culture with righ
{% endhighlight %}
{% highlight c# tabtitle="Rtl.cs" %}
{% endhighlight %}{% endtabs %}
{% endif %}

{% endif %}
Loading