From 2c326ebe53625ec86a41c2b375a8a7953e00321b Mon Sep 17 00:00:00 2001 From: kalirajk2022 Date: Wed, 5 Jun 2024 19:23:24 +0530 Subject: [PATCH 1/8] 883147: Redirect link resolved. --- .../EJ2_ASP.MVC/appearance/theme-studio.md | 4 ++-- .../accordion/EJ2_ASP.MVC/getting-started.md | 4 ++-- .../how-to/set-the-nested-accordion.md | 3 +-- .../EJ2_ASP.MVC/getting-started.md | 2 +- .../avatar/EJ2_ASP.MVC/getting-started.md | 2 +- .../breadcrumb/EJ2_ASP.MVC/getting-started.md | 2 +- .../calendar/EJ2_ASP.MVC/globalization.md | 7 +++--- .../card/EJ2_ASP.MVC/getting-started.md | 6 ++--- .../check-box/EJ2_ASP.MVC/getting-started.md | 2 +- .../EJ2_ASP.MVC/getting-started.md | 2 +- .../combo-box/EJ2_ASP.MVC/getting-started.md | 2 +- .../EJ2_ASP.MVC/adding-script-references.md | 14 ++++++------ .../EJ2_ASP.MVC/internationalization.md | 2 +- .../EJ2_ASP.MVC/getting-started.md | 2 +- .../EJ2_ASP.MVC/getting-started.md | 4 ++-- .../datepicker/EJ2_ASP.MVC/globalization.md | 4 ++-- .../EJ2_ASP.MVC/globalization.md | 7 +++--- .../EJ2_ASP.MVC/globalization.md | 4 ++-- ...render-a-dialog-using-utility-functions.md | 4 ++-- .../EJ2_ASP.MVC/getting-started.md | 2 +- .../drop-down-list/how-to/add-item.md | 2 +- .../drop-down-list/how-to/cascading.md | 4 ++-- .../drop-down-list/how-to/icons-support.md | 2 +- .../drop-down-list/how-to/modify-data.md | 2 +- .../drop-down-list/how-to/remote-data-bind.md | 2 +- ej2-asp-core-mvc/drop-down-list/templates.md | 22 +++++++++---------- .../EJ2_ASP.MVC/getting-started.md | 10 ++++----- .../EJ2_ASP.MVC/getting-started.md | 4 ++-- .../EJ2_ASP.MVC/integration.md | 2 +- .../kanban/EJ2_ASP.MVC/getting-started.md | 6 ++--- .../listview/EJ2_ASP.MVC/getting-started.md | 2 +- .../maps/EJ2_ASP.MVC/getting-started.md | 2 +- .../EJ2_ASP.MVC/getting-started.md | 10 ++++----- .../maskedtextbox/mask-configuration.md | 2 +- ...ta-source-binding-and-custom-menu-items.md | 8 +++---- ej2-asp-core-mvc/menu/use-case-scenarios.md | 2 +- .../EJ2_ASP.MVC/getting-started.md | 2 +- .../multi-select/chip-customization.md | 2 +- ej2-asp-core-mvc/multi-select/custom-value.md | 2 +- ej2-asp-core-mvc/multi-select/data-binding.md | 14 ++++++------ ej2-asp-core-mvc/multi-select/filtering.md | 14 ++++++------ ej2-asp-core-mvc/multi-select/grouping.md | 4 ++-- .../how-to/sort-a-range-by-custom-list.md | 6 ++--- ej2-asp-core-mvc/spreadsheet/sort.md | 6 ++--- 44 files changed, 103 insertions(+), 108 deletions(-) diff --git a/ej2-asp-core-mvc/EJ2_ASP.MVC/appearance/theme-studio.md b/ej2-asp-core-mvc/EJ2_ASP.MVC/appearance/theme-studio.md index 136e057d2e..d7fbd5fdc1 100644 --- a/ej2-asp-core-mvc/EJ2_ASP.MVC/appearance/theme-studio.md +++ b/ej2-asp-core-mvc/EJ2_ASP.MVC/appearance/theme-studio.md @@ -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) @@ -2620,4 +2620,4 @@ Design based on bootstrap 3 theme. - + \ No newline at end of file diff --git a/ej2-asp-core-mvc/accordion/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/accordion/EJ2_ASP.MVC/getting-started.md index 9ed6c4c438..8e25b0f27e 100644 --- a/ej2-asp-core-mvc/accordion/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/accordion/EJ2_ASP.MVC/getting-started.md @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Accordion control in `~/Home/Index.cshtml` p Press Ctrl+F5 (Windows) or +F5 (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 @@ -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). diff --git a/ej2-asp-core-mvc/accordion/how-to/set-the-nested-accordion.md b/ej2-asp-core-mvc/accordion/how-to/set-the-nested-accordion.md index a4328bc477..8624f40f93 100644 --- a/ej2-asp-core-mvc/accordion/how-to/set-the-nested-accordion.md +++ b/ej2-asp-core-mvc/accordion/how-to/set-the-nested-accordion.md @@ -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). \ No newline at end of file diff --git a/ej2-asp-core-mvc/auto-complete/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/auto-complete/EJ2_ASP.MVC/getting-started.md index 988ff5c0e2..378f88d8da 100644 --- a/ej2-asp-core-mvc/auto-complete/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/auto-complete/EJ2_ASP.MVC/getting-started.md @@ -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) diff --git a/ej2-asp-core-mvc/avatar/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/avatar/EJ2_ASP.MVC/getting-started.md index eec1ebef08..7e6374c244 100644 --- a/ej2-asp-core-mvc/avatar/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/avatar/EJ2_ASP.MVC/getting-started.md @@ -53,7 +53,7 @@ Now, add the Syncfusion ASP.NET MVC Avatar control in `~/Home/Index.cshtml` page Press Ctrl+F5 (Windows) or +F5 (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). diff --git a/ej2-asp-core-mvc/breadcrumb/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/breadcrumb/EJ2_ASP.MVC/getting-started.md index 40a398f074..da0a9e7c3d 100644 --- a/ej2-asp-core-mvc/breadcrumb/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/breadcrumb/EJ2_ASP.MVC/getting-started.md @@ -107,7 +107,7 @@ Use [Items](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigati Press Ctrl+F5 (Windows) or +F5 (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 diff --git a/ej2-asp-core-mvc/calendar/EJ2_ASP.MVC/globalization.md b/ej2-asp-core-mvc/calendar/EJ2_ASP.MVC/globalization.md index c0250e4179..129d090ba6 100644 --- a/ej2-asp-core-mvc/calendar/EJ2_ASP.MVC/globalization.md +++ b/ej2-asp-core-mvc/calendar/EJ2_ASP.MVC/globalization.md @@ -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. @@ -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 %} \ No newline at end of file diff --git a/ej2-asp-core-mvc/card/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/card/EJ2_ASP.MVC/getting-started.md index b107d9afb3..b72505b8cb 100644 --- a/ej2-asp-core-mvc/card/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/card/EJ2_ASP.MVC/getting-started.md @@ -59,7 +59,7 @@ Press Ctrl+F5 (Windows) or +F5 (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
--> Root Element @@ -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/) \ No newline at end of file +* [How to add a header and content](https://ej2.syncfusion.com/aspnetmvc/documentation/card/header-content) \ No newline at end of file diff --git a/ej2-asp-core-mvc/check-box/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/check-box/EJ2_ASP.MVC/getting-started.md index dedc7a5b92..5a6b6d460a 100644 --- a/ej2-asp-core-mvc/check-box/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/check-box/EJ2_ASP.MVC/getting-started.md @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC CheckBox control in `~/Home/Index.cshtml` pa Press Ctrl+F5 (Windows) or +F5 (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 diff --git a/ej2-asp-core-mvc/color-picker/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/color-picker/EJ2_ASP.MVC/getting-started.md index 4a1fc2bc0e..c6c7198b74 100644 --- a/ej2-asp-core-mvc/color-picker/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/color-picker/EJ2_ASP.MVC/getting-started.md @@ -96,7 +96,7 @@ Now, add the Syncfusion ASP.NET MVC ColorPicker control in `~/Views/Home/Index.c Press Ctrl+F5 (Windows) or +F5 (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 diff --git a/ej2-asp-core-mvc/combo-box/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/combo-box/EJ2_ASP.MVC/getting-started.md index e8f835dab0..4b3aa6749f 100644 --- a/ej2-asp-core-mvc/combo-box/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/combo-box/EJ2_ASP.MVC/getting-started.md @@ -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) diff --git a/ej2-asp-core-mvc/common/EJ2_ASP.MVC/adding-script-references.md b/ej2-asp-core-mvc/common/EJ2_ASP.MVC/adding-script-references.md index c023f287ee..e8aa3bde43 100644 --- a/ej2-asp-core-mvc/common/EJ2_ASP.MVC/adding-script-references.md +++ b/ej2-asp-core-mvc/common/EJ2_ASP.MVC/adding-script-references.md @@ -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**” @@ -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. @@ -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**”. @@ -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 `` 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 `` 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" %} diff --git a/ej2-asp-core-mvc/common/EJ2_ASP.MVC/internationalization.md b/ej2-asp-core-mvc/common/EJ2_ASP.MVC/internationalization.md index 6e4592cb9b..c1bd649184 100644 --- a/ej2-asp-core-mvc/common/EJ2_ASP.MVC/internationalization.md +++ b/ej2-asp-core-mvc/common/EJ2_ASP.MVC/internationalization.md @@ -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 | | ------------- | ------------- | diff --git a/ej2-asp-core-mvc/context-menu/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/context-menu/EJ2_ASP.MVC/getting-started.md index f2c6d030e0..f3f7408dd6 100644 --- a/ej2-asp-core-mvc/context-menu/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/context-menu/EJ2_ASP.MVC/getting-started.md @@ -115,7 +115,7 @@ public ActionResult Index() Press Ctrl+F5 (Windows) or +F5 (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 diff --git a/ej2-asp-core-mvc/dashboard-layout/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/dashboard-layout/EJ2_ASP.MVC/getting-started.md index 840bc8ed68..1c5e384125 100644 --- a/ej2-asp-core-mvc/dashboard-layout/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/dashboard-layout/EJ2_ASP.MVC/getting-started.md @@ -109,7 +109,7 @@ In the following sample, the dashboard layout is rendered with [Panels](https:// Press Ctrl+F5 (Windows) or +F5 (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 @@ -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). \ No newline at end of file diff --git a/ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/globalization.md b/ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/globalization.md index a6b6a63960..7e9640aa45 100644 --- a/ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/globalization.md +++ b/ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/globalization.md @@ -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. diff --git a/ej2-asp-core-mvc/daterangepicker/EJ2_ASP.MVC/globalization.md b/ej2-asp-core-mvc/daterangepicker/EJ2_ASP.MVC/globalization.md index 90383a2d60..d817cc243b 100644 --- a/ej2-asp-core-mvc/daterangepicker/EJ2_ASP.MVC/globalization.md +++ b/ej2-asp-core-mvc/daterangepicker/EJ2_ASP.MVC/globalization.md @@ -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. @@ -130,5 +130,4 @@ The following example demonstrates DateRangePicker in `Arabic` culture with righ {% endhighlight %} {% highlight c# tabtitle="Rtl.cs" %} {% endhighlight %}{% endtabs %} -{% endif %} - +{% endif %} \ No newline at end of file diff --git a/ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/globalization.md b/ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/globalization.md index eddcdf7049..a145ed1150 100644 --- a/ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/globalization.md +++ b/ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/globalization.md @@ -11,9 +11,9 @@ documentation: ug # Globalization in DateTimePicker 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, the date format, week,time format ,month and meridian 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, the date format, week,time format ,month and meridian 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.DateTimePicker.html#Syncfusion_EJ2_Calendars_DateTimePicker_Locale) property. diff --git a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md index afe086e5e1..4f1b8d46ac 100644 --- a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md +++ b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md @@ -146,8 +146,8 @@ A confirm dialog displays a specified message along with ‘OK’ and ‘Cancel When rendering an Alert and Confirmation dialog through utility methods, You can close the dialog using the following ways. -* By pressing the escape key if the [closeOnEscape](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2~Syncfusion.EJ2.Popups.Dialog~CloseOnEscape.html) property is enabled. -* By clicking the close button if the [showCloseIcon](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2~Syncfusion.EJ2.Popups.Dialog~ShowCloseIcon.html) property is enabled. +* By pressing the escape key if the [closeOnEscape](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Popups.Dialog.html#Syncfusion_EJ2_Popups_Dialog_CloseOnEscape) property is enabled. +* By clicking the close button if the [showCloseIcon](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Popups.Dialog.html#Syncfusion_EJ2_Popups_Dialog_ShowCloseIcon) property is enabled. You can also manually close the Dialogs by creating an instance to the dialog and call the "hide" method. diff --git a/ej2-asp-core-mvc/drop-down-button/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/drop-down-button/EJ2_ASP.MVC/getting-started.md index 608e6ef54f..4fa708cf6c 100644 --- a/ej2-asp-core-mvc/drop-down-button/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/drop-down-button/EJ2_ASP.MVC/getting-started.md @@ -116,7 +116,7 @@ public ActionResult Index() Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC DropDownButton control will be rendered in the default web browser. -![ASP.NET MVC DropDownButton Control](images/drop-down-button.PNG) +![ASP.NET MVC DropDownButton Control](images/drop-down-button.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/DropDownButton/ASP.NET%20MVC%20Razor%20Examples). diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md b/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md index 292bea88ab..8a0d96ea9d 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md @@ -11,7 +11,7 @@ documentation: ug # Add item in between in DropDownList -You can add item in between based on item [index](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownList~Index.html). If you add new item without item index, item will be added as last item in list. +You can add item in between based on item [index](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownList.html#Syncfusion_EJ2_DropDowns_DropDownList_Index). If you add new item without item index, item will be added as last item in list. {% if page.publishingplatform == "aspnet-core" %} diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md b/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md index 698496979c..e9eafb784c 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md @@ -11,9 +11,9 @@ documentation: ug # Configure the Cascading DropDownList -The cascading DropDownList is a series of DropDownList, where the value of one DropDownList depends upon another's value. This can be configured by using the [change](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownList~Change.html) event of the parent DropDownList. Within that change event handler, data has to be loaded to the child DropDownList based on the selected value of the parent DropDownList. +The cascading DropDownList is a series of DropDownList, where the value of one DropDownList depends upon another's value. This can be configured by using the [change](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_Change_System_String_) event of the parent DropDownList. Within that change event handler, data has to be loaded to the child DropDownList based on the selected value of the parent DropDownList. -The following example, shows the cascade behavior of country, state, and city DropDownList. Here, the [dataBind](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~DataBound.html) method is used to reflect the property changes immediately to the DropDownList. +The following example, shows the cascade behavior of country, state, and city DropDownList. Here, the [dataBind](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_DataBound_System_String_) method is used to reflect the property changes immediately to the DropDownList. {% if page.publishingplatform == "aspnet-core" %} diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md b/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md index ec6f43dbaa..c8f85b638b 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md @@ -11,7 +11,7 @@ documentation: ug # Show the list items with icons -You can render **icons** to the list items by mapping the [iconCss](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListFieldSettings~IconCss.html) field. This `iconCss` field creates a span in the list item with mapped class name to allow styling as per your need. +You can render **icons** to the list items by mapping the [iconCss](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListFieldSettings.html#Syncfusion_EJ2_DropDowns_DropDownListFieldSettings_IconCss) field. This `iconCss` field creates a span in the list item with mapped class name to allow styling as per your need. In the following sample, icon classes are mapped with `iconCss` field. diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md b/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md index aef251b833..0b682325bf 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md @@ -11,7 +11,7 @@ documentation: ug # Modify the result data before passing to DropDownList when binding remote data source -When binding the remote data source, by using the [actionComplete](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownList~ActionComplete.html) event, you can modify the result data before passing it to DropDownList. +When binding the remote data source, by using the [actionComplete](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownList.html#Syncfusion_EJ2_DropDowns_DropDownList_ActionComplete) event, you can modify the result data before passing it to DropDownList. {% if page.publishingplatform == "aspnet-core" %} diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md b/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md index 174328f39d..e754118219 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md @@ -11,7 +11,7 @@ documentation: ug # Get the total count of data when remote data bind with DropDownList -Before control rendering, you can get the total items count by using [actionComplete](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownList~ActionComplete.html) event with its result arguments. After rendering this control, you can get the total items count by using `getItems` method. +Before control rendering, you can get the total items count by using [actionComplete](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownList.html#Syncfusion_EJ2_DropDowns_DropDownList_ActionComplete) event with its result arguments. After rendering this control, you can get the total items count by using `getItems` method. {% if page.publishingplatform == "aspnet-core" %} diff --git a/ej2-asp-core-mvc/drop-down-list/templates.md b/ej2-asp-core-mvc/drop-down-list/templates.md index 56b497c347..61740a20fb 100644 --- a/ej2-asp-core-mvc/drop-down-list/templates.md +++ b/ej2-asp-core-mvc/drop-down-list/templates.md @@ -15,7 +15,7 @@ The DropDownList has been provided with several options to customize each list i ## Item template -The content of each list item within the DropDownList can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~ItemTemplate.html) property. +The content of each list item within the DropDownList can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_ItemTemplate_System_String_) property. {% if page.publishingplatform == "aspnet-core" %} @@ -44,7 +44,7 @@ The content of each list item within the DropDownList can be customized with the ## Value template -The currently selected value that is displayed by default on the DropDownList input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~ValueTemplate.html) property. +The currently selected value that is displayed by default on the DropDownList input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_ValueTemplate_System_String_) property. In the following sample, the selected value is displayed as a combined text of both `FirstName` and `City` in the DropDownList input, which is separated by a hyphen. @@ -75,7 +75,7 @@ In the following sample, the selected value is displayed as a combined text of b ## Group template -The group header title under which appropriate sub-items are categorized can also be customized with the help of [groupTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~GroupTemplate.html) property. This template is common for both inline and floating group header template. +The group header title under which appropriate sub-items are categorized can also be customized with the help of [groupTemplate](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_GroupTemplate_System_String_) property. This template is common for both inline and floating group header template. {% if page.publishingplatform == "aspnet-core" %} @@ -104,7 +104,7 @@ The group header title under which appropriate sub-items are categorized can als ## Header template -The header element is shown statically at the top of the popup list items within the DropDownList, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~HeaderTemplate.html) property. +The header element is shown statically at the top of the popup list items within the DropDownList, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_HeaderTemplate_System_String_) property. In the following sample, the list items and its headers are designed and displayed as two columns similar to multiple columns of the grid. @@ -135,7 +135,7 @@ In the following sample, the list items and its headers are designed and display ## Footer template -The DropDownList has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~FooterTemplate.html) property. +The DropDownList has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_FooterTemplate_System_String_) property. In the following sample, footer element displays the total number of list items present in the DropDownList. @@ -166,7 +166,7 @@ In the following sample, footer element displays the total number of list items ## No records template -The DropDownList is provided with support to custom design the popup list content when no data is found and no matches are found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~NoRecordsTemplate.html) property. +The DropDownList is provided with support to custom design the popup list content when no data is found and no matches are found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_NoRecordsTemplate_System_String_) property. In the following sample, popup list content displays the notification of no data available. @@ -197,7 +197,7 @@ In the following sample, popup list content displays the notification of no data ## Action failure template -There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.DropDownListBuilder~ActionFailureTemplate.html) property. +There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownListBuilder.html#Syncfusion_EJ2_DropDowns_DropDownListBuilder_ActionFailureTemplate_System_String_) property. In the following sample, when the data fetch request fails, the DropDownList displays the notification. @@ -228,7 +228,7 @@ In the following sample, when the data fetch request fails, the DropDownList dis ## See Also -* [How to acheive filtering](./filtering/) -* [How to group the data using header](./grouping/) -* [How to show the list items with icon](./how-to/icons-support/) -* [How to render tooltip for the options](./how-to/tooltip/) \ No newline at end of file +* [How to acheive filtering](https://ej2.syncfusion.com/aspnetmvc/documentation/drop-down-list/filtering) +* [How to group the data using header](https://ej2.syncfusion.com/aspnetmvc/documentation/drop-down-list/grouping) +* [How to show the list items with icon](https://ej2.syncfusion.com/aspnetmvc/documentation/drop-down-list/how-to/icons-support) +* [How to render tooltip for the options](https://ej2.syncfusion.com/aspnetmvc/documentation/drop-down-list/how-to/tooltip) \ No newline at end of file diff --git a/ej2-asp-core-mvc/file-manager/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/file-manager/EJ2_ASP.MVC/getting-started.md index 345857d4d5..eece67e496 100644 --- a/ej2-asp-core-mvc/file-manager/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/file-manager/EJ2_ASP.MVC/getting-started.md @@ -100,7 +100,7 @@ Now, add the Syncfusion ASP.NET MVC FileManager control in `~/Views/Home/Index.c Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC FileManager control will be rendered in the default web browser. -![ASP.NET MVC FileManager Control](images/getting-started.PNG) +![ASP.NET MVC FileManager Control](images/getting-started.png) N> The File Manager can be rendered with `local service` for sending ajax request. Ajax request will be sent to the server which then processes the request and sends back the response. Refer Controller file for file manager service. @@ -148,7 +148,7 @@ In this sample demonstrates the full features of the File Manager that includes {% endhighlight %} {% endtabs %} -![FileManager overview](images/overview.PNG) +![FileManager overview](images/overview.png) N> The appearance of the File Manager can be customized by using [cssClass](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_CssClass) property. This adds a css class to the root of the File Manager which can be used to add new styles or override existing styles to the File Manager. @@ -165,7 +165,7 @@ The initial view of the File Manager can be changed to details or largeicons vie {% endhighlight %} {% endtabs %} -![FileManager switching view ](images/overview.PNG) +![FileManager switching view ](images/overview.png) ## Maintaining component state on page reload @@ -185,7 +185,7 @@ For every operation in File Manager, ajax request will be sent to the server whi {% endhighlight %} {% endtabs %} -![FileManager enable persistence](images/enable_persistence.PNG) +![FileManager enable persistence](images/enable_persistence.png) N> The files of the current folder opened in the File Manager can be refreshed programatically by calling `refreshFiles` method @@ -202,7 +202,7 @@ It is possible to render the File Manager in right-to-left direction by setting {% endhighlight %} {% endtabs %} -![FileManager enablertl](images/enable_rtl.PNG) +![FileManager enablertl](images/enable_rtl.png) ## Specifying the current path of the File Manager diff --git a/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/getting-started.md index 30c5ff25f5..fea88d3bef 100644 --- a/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/getting-started.md @@ -159,7 +159,7 @@ In the following sample, type and model values are configured to render the Text {% endhighlight %} {% endtabs %} -![ASP.NET MVC In-place Editor with Form](images/getting-started-form.PNG) +![ASP.NET MVC In-place Editor with Form](images/getting-started-form.png) ## Submitting data to the server (save) @@ -186,7 +186,7 @@ The edited data is submitted to the server and you can see the new values gettin {% endhighlight %} {% endtabs %} -![ASP.NET MVC In-place Editor with Editing Value](images/getting-started.PNG) +![ASP.NET MVC In-place Editor with Editing Value](images/getting-started.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/InPlaceEditor/ASP.NET%20MVC%20Razor%20Examples). diff --git a/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md b/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md index 8035c023aa..c76e490f82 100644 --- a/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md +++ b/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md @@ -60,4 +60,4 @@ Template mode, the [`Value`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncf The output will be as follows. -![html-template](./images/html-template.PNG) \ No newline at end of file +![html-template](./images/html-template.png) \ No newline at end of file diff --git a/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md index fdd5e456dd..a48ce4de99 100644 --- a/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Kanban control in `~/Views/Home/Index.cshtml Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Kanban control will be rendered in the default web browser. -![ASP.NET MVC Kanban Control](images/default.PNG) +![ASP.NET MVC Kanban Control](images/default.png) ## Populating cards @@ -168,7 +168,7 @@ public class KanbanDataModels {% endhighlight %} {% endtabs %} -![ASP.NET MVC Kanban with Cards](images/populating-cards.PNG) +![ASP.NET MVC Kanban with Cards](images/populating-cards.png) ## Enable swimlane @@ -180,7 +180,7 @@ public class KanbanDataModels {% endhighlight %} {% endtabs %} -![ASP.NET MVC Kanban with Swimlane](images/enable-swimlane.PNG) +![ASP.NET MVC Kanban with Swimlane](images/enable-swimlane.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Kanban/ASP.NET%20MVC%20Razor%20Examples). diff --git a/ej2-asp-core-mvc/listview/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/listview/EJ2_ASP.MVC/getting-started.md index bee4334442..984d3546ea 100644 --- a/ej2-asp-core-mvc/listview/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/listview/EJ2_ASP.MVC/getting-started.md @@ -112,7 +112,7 @@ After initialization, populate the ListView with data using the [DataSource](htt Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC ListView control will be rendered in the default web browser. -![ASP.NET MVC ListView Control](images/listview.PNG) +![ASP.NET MVC ListView Control](images/listview.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/ListView/ASP.NET%20MVC%20Razor%20Examples). diff --git a/ej2-asp-core-mvc/maps/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/maps/EJ2_ASP.MVC/getting-started.md index b0b75538c5..a80a9a8507 100644 --- a/ej2-asp-core-mvc/maps/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/maps/EJ2_ASP.MVC/getting-started.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started with ASP.NET MVC Maps Component -This section briefly explains about how to include [ASP.NET MVC Maps](https://www.syncfusion.com/aspnet-core-ui-controls/maps) component in your ASP.NET MVC application using Visual Studio. +This section briefly explains about how to include [ASP.NET MVC Maps](https://www.syncfusion.com/aspnet-core-ui-controls/maps-library) component in your ASP.NET MVC application using Visual Studio. You can explore some useful features in the Maps component using the following video. diff --git a/ej2-asp-core-mvc/maskedtextbox/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/maskedtextbox/EJ2_ASP.MVC/getting-started.md index 935eb5a140..bd3a262108 100644 --- a/ej2-asp-core-mvc/maskedtextbox/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/maskedtextbox/EJ2_ASP.MVC/getting-started.md @@ -101,7 +101,7 @@ Press Ctrl+F5 (Windows) or +F5 (m ## Set the mask -You can set the mask to the MaskedTextBox to validate the user input by using the [Mask](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.MaskedTextBox.html#Syncfusion_EJ2_Inputs_MaskedTextBox_Mask) property. To know more about the usage of mask and configuration, refer to this [link](./mask-configuration/). +You can set the mask to the MaskedTextBox to validate the user input by using the [Mask](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.MaskedTextBox.html#Syncfusion_EJ2_Inputs_MaskedTextBox_Mask) property. To know more about the usage of mask and configuration, refer to this [link](https://ej2.syncfusion.com/aspnetmvc/documentation/maskedtextbox/mask-configuration). The following example demonstrates the usage of mask element `0` that allows any single digit from `0` to `9`. @@ -117,7 +117,7 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get ## See also -* [How to perform custom validation using FormValidator](./how-to/perform-custom-validation-using-form-validator/) -* [How to customize the UI appearance of the control](./how-to/customize-the-ui-appearance-of-the-control/) -* [How to set cursor position while focus on the input textbox](./how-to/set-cursor-position-while-focus-on-the-input-textbox/) -* [How to display numeric keypad when focus on mobile devices](./how-to/display-numeric-keypad-when-focus-on-mobile-devices/) +* [How to perform custom validation using FormValidator](https://ej2.syncfusion.com/aspnetmvc/documentation/maskedtextbox/how-to/perform-custom-validation-using-form-validator) +* [How to customize the UI appearance of the control](https://ej2.syncfusion.com/aspnetmvc/documentation/maskedtextbox/how-to/customize-the-ui-appearance-of-the-control) +* [How to set cursor position while focus on the input textbox](https://ej2.syncfusion.com/aspnetmvc/documentation/maskedtextbox/how-to/set-cursor-position-while-focus-on-the-input-textbox) +* [How to display numeric keypad when focus on mobile devices](https://ej2.syncfusion.com/aspnetmvc/documentation/maskedtextbox/how-to/display-numeric-keypad-when-focus-on-mobile-devices) diff --git a/ej2-asp-core-mvc/maskedtextbox/mask-configuration.md b/ej2-asp-core-mvc/maskedtextbox/mask-configuration.md index 429c5b5e8f..71a5c95e91 100644 --- a/ej2-asp-core-mvc/maskedtextbox/mask-configuration.md +++ b/ej2-asp-core-mvc/maskedtextbox/mask-configuration.md @@ -17,7 +17,7 @@ N> When the mask value is empty, the MaskedTextBox behaves as an input element w ## Standard mask elements -The following table shows the list of mask elements and its behavior based on [MSDN](https://msdn.microsoft.com/en-us/library/system.windows.forms.maskedtextbox.mask.aspx) standard. +The following table shows the list of mask elements and its behavior based on [MSDN](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask?view=windowsdesktop-8.0&redirectedfrom=MSDN#System_Windows_Forms_MaskedTextBox_Mask) standard. The mask can be formed by combining any one or more of these mask elements. diff --git a/ej2-asp-core-mvc/menu/data-source-binding-and-custom-menu-items.md b/ej2-asp-core-mvc/menu/data-source-binding-and-custom-menu-items.md index d17595df0f..c5327c25c9 100644 --- a/ej2-asp-core-mvc/menu/data-source-binding-and-custom-menu-items.md +++ b/ej2-asp-core-mvc/menu/data-source-binding-and-custom-menu-items.md @@ -17,11 +17,11 @@ The Menu supports data source bindings such as array of JavaScript objects that ### Hierarchical data -The Menu can be populated with hierarchical data source by assigning it to the `items` property, and the fields with corresponding keys can be mapped to the [`fields`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Navigations.Menu~Fields.html) property. +The Menu can be populated with hierarchical data source by assigning it to the `items` property, and the fields with corresponding keys can be mapped to the [`fields`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigations.Menu.html#Syncfusion_EJ2_Navigations_Menu_Fields) property. #### JSON data -The Menu can generate its menu items through an array of complex data source by mapping fields from the [`fields`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Navigations.Menu~Fields.html) property. +The Menu can generate its menu items through an array of complex data source by mapping fields from the [`fields`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigations.Menu.html#Syncfusion_EJ2_Navigations_Menu_Fields) property. {% if page.publishingplatform == "aspnet-core" %} @@ -52,7 +52,7 @@ The Menu can generate its menu items through an array of complex data source by Menu can be populated from self-referential data structure that contains array of JSON objects with `parentId` mapping. -You can directly assign self-referential data to the `items` property, and map all the field members with corresponding keys from self-referential data to [`fields`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Navigations.Menu~Fields.html) property. +You can directly assign self-referential data to the `items` property, and map all the field members with corresponding keys from self-referential data to [`fields`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigations.Menu.html#Syncfusion_EJ2_Navigations_Menu_Fields) property. To render the root level nodes, specify the `parentId` as null or no need to specify the `parentId` in data source. @@ -87,7 +87,7 @@ In the following example, **id**, **pId**, and **text** columns from self-refere The Menu can be customized using Essential JS2 [Template engine](https://ej2.syncfusion.com/documentation/common/template-engine.html) to render the elements. -To customize menu items in your application, set your customized template string to the [`template`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Navigations.Menu~Template.html) property. +To customize menu items in your application, set your customized template string to the [`template`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigations.Menu.html#Syncfusion_EJ2_Navigations_Menu_Template) property. In the following example, the menu has been rendered with customized menu items. {% if page.publishingplatform == "aspnet-core" %} diff --git a/ej2-asp-core-mvc/menu/use-case-scenarios.md b/ej2-asp-core-mvc/menu/use-case-scenarios.md index df1f38b674..6d28428be5 100644 --- a/ej2-asp-core-mvc/menu/use-case-scenarios.md +++ b/ej2-asp-core-mvc/menu/use-case-scenarios.md @@ -13,7 +13,7 @@ documentation: ug ## Scrollable menu -The menu component supports horizontal and vertical scrolling to render large menus and submenus in an adaptive way. This can be achieved by enabling the [`enableScrolling`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Navigations.Menu~EnableScrolling.html) property and by restricting the corresponding menu/submenu size. +The menu component supports horizontal and vertical scrolling to render large menus and submenus in an adaptive way. This can be achieved by enabling the [`enableScrolling`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigations.Menu.html#Syncfusion_EJ2_Navigations_Menu_EnableScrolling) property and by restricting the corresponding menu/submenu size. {% if page.publishingplatform == "aspnet-core" %} diff --git a/ej2-asp-core-mvc/multi-select/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/multi-select/EJ2_ASP.MVC/getting-started.md index be86af11f3..e227c1239c 100644 --- a/ej2-asp-core-mvc/multi-select/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/multi-select/EJ2_ASP.MVC/getting-started.md @@ -129,4 +129,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get ## See also -* [How to bind the data](./data-binding/) \ No newline at end of file +* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/data-binding) \ No newline at end of file diff --git a/ej2-asp-core-mvc/multi-select/chip-customization.md b/ej2-asp-core-mvc/multi-select/chip-customization.md index b4c0dc8a48..3534d0bd5e 100644 --- a/ej2-asp-core-mvc/multi-select/chip-customization.md +++ b/ej2-asp-core-mvc/multi-select/chip-customization.md @@ -11,7 +11,7 @@ documentation: ug # Chip Customization -The MultiSelect allows the user to customize the selected chip element through the [tagging](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~Tagging.html) event. In that event, you can set the custom classes to chip element via that event argument of `setClass` method. +The MultiSelect allows the user to customize the selected chip element through the [tagging](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_Tagging) event. In that event, you can set the custom classes to chip element via that event argument of `setClass` method. The following sample demonstrates chip-customization with the MultiSelect control. diff --git a/ej2-asp-core-mvc/multi-select/custom-value.md b/ej2-asp-core-mvc/multi-select/custom-value.md index d3aec3c07d..0c62a0398b 100644 --- a/ej2-asp-core-mvc/multi-select/custom-value.md +++ b/ej2-asp-core-mvc/multi-select/custom-value.md @@ -11,7 +11,7 @@ documentation: ug # CustomValue -The MultiSelect allows user to add a new non-present option to the control value when [allowCustomValue](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~AllowCustomValue.html) is enabled. while selecting the new custom value `customValueSelection` event will be triggered. +The MultiSelect allows user to add a new non-present option to the control value when [allowCustomValue](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_AllowCustomValue) is enabled. while selecting the new custom value `customValueSelection` event will be triggered. The following sample demonstrates configuration of custom value support with the MultiSelect control. diff --git a/ej2-asp-core-mvc/multi-select/data-binding.md b/ej2-asp-core-mvc/multi-select/data-binding.md index 6f05a90f28..1f46c2b97d 100644 --- a/ej2-asp-core-mvc/multi-select/data-binding.md +++ b/ej2-asp-core-mvc/multi-select/data-binding.md @@ -11,9 +11,9 @@ documentation: ug # Data Binding -The MultiSelect loads the data either from local data sources or remote data services using the [dataSource](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~DataSource.html) property. It supports the data type of `array` or [DataManager](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DataManager_members.html). +The MultiSelect loads the data either from local data sources or remote data services using the [dataSource](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_DataSource) property. It supports the data type of `array` or [DataManager](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.Data.html). -The MultiSelect also supports different kinds of data services such as OData, OData V4, and Web API, and data formats such as XML, JSON, and JSONP with the help of [DataManager](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DataManager_members.html) adaptors. +The MultiSelect also supports different kinds of data services such as OData, OData V4, and Web API, and data formats such as XML, JSON, and JSONP with the help of [DataManager](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.Data.html) adaptors. | Fields | Type | Description | |------|------|-------------| @@ -59,7 +59,7 @@ The MultiSelect has support to load array of primitive data such as strings and ### 2. Array of object -The MultiSelect can generate its list items through an array of complex data. For this, the appropriate columns should be mapped to the [fields](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~fields.html) property. +The MultiSelect can generate its list items through an array of complex data. For this, the appropriate columns should be mapped to the [fields](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_Fields) property. In the following example, `Id` column and `Game` column from complex data have been mapped to the `value` field and `text` field, respectively. @@ -90,7 +90,7 @@ In the following example, `Id` column and `Game` column from complex data have b ### 3. Array of complex object -The MultiSelect can generate its list items through an array of complex data. For this, the appropriate columns should be mapped to the [`fields`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~fields.html) property. +The MultiSelect can generate its list items through an array of complex data. For this, the appropriate columns should be mapped to the [`fields`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_Fields) property. In the following example, `Code.Id` column and `Country.CountryId` column from complex data have been mapped to the `value` field and `text` field, respectively. @@ -272,6 +272,6 @@ The following example for remote data binding and enabled offline mode. ## See Also -* [How to load data using template](./templates/#item-template) -* [How to group the data using header](./grouping/) -* [How to filter the bound data](./filtering/) +* [How to load data using template](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/templates#item-template) +* [How to group the data using header](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/grouping) +* [How to filter the bound data](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/templates) diff --git a/ej2-asp-core-mvc/multi-select/filtering.md b/ej2-asp-core-mvc/multi-select/filtering.md index e1c3739d95..aa8798f8c4 100644 --- a/ej2-asp-core-mvc/multi-select/filtering.md +++ b/ej2-asp-core-mvc/multi-select/filtering.md @@ -11,11 +11,11 @@ documentation: ug # Filtering -The MultiSelect has built-in support to filter data items when [allowFiltering](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~AllowFiltering.html) is enabled. The filter operation starts as soon as you start typing characters in the MultiSelect input. +The MultiSelect has built-in support to filter data items when [allowFiltering](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_AllowFiltering) is enabled. The filter operation starts as soon as you start typing characters in the MultiSelect input. -To display filtered items in the popup, filter the required data and return it to the MultiSelect via `updateData` method by using the [filtering](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~Filtering.html) event. +To display filtered items in the popup, filter the required data and return it to the MultiSelect via `updateData` method by using the [filtering](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_Filtering) event. -The following sample illustrates how to query the data source and pass the data to the MultiSelect through the `updateData` method in [filtering](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~Filtering.html) event. +The following sample illustrates how to query the data source and pass the data to the MultiSelect through the `updateData` method in [filtering](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_Filtering) event. {% if page.publishingplatform == "aspnet-core" %} @@ -137,7 +137,7 @@ The following example shows how to perform case-sensitive filter. ## Diacritics Filtering -MultiSelect supports diacritics filtering which will ignore the [diacritics](https://en.wikipedia.org/wiki/Diacritic) and makes it easier to filter the results in international characters lists when the [ignoreAccent](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~IgnoreAccent.html) is enabled. +MultiSelect supports diacritics filtering which will ignore the [diacritics](https://en.wikipedia.org/wiki/Diacritic) and makes it easier to filter the results in international characters lists when the [ignoreAccent](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_IgnoreAccent) is enabled. In the following sample,data with diacritics are bound as dataSource for MultiSelect. @@ -168,6 +168,6 @@ In the following sample,data with diacritics are bound as dataSource for MultiSe ## See Also -* [How to bind the data](./data-binding/) -* [How to group the data using header](./grouping/) -* [How to add custom value to the MultiSelect](./custom-value/) \ No newline at end of file +* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/data-binding) +* [How to group the data using header](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/grouping) +* [How to add custom value to the MultiSelect](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/custom-value) \ No newline at end of file diff --git a/ej2-asp-core-mvc/multi-select/grouping.md b/ej2-asp-core-mvc/multi-select/grouping.md index eec2a48273..3e06e47117 100644 --- a/ej2-asp-core-mvc/multi-select/grouping.md +++ b/ej2-asp-core-mvc/multi-select/grouping.md @@ -11,7 +11,7 @@ documentation: ug # Grouping -The MultiSelect supports wrapping nested elements into a group based on different categories. The category of each list item can be mapped through the [groupBy](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelectFieldSettings~GroupBy.html) field in the data table. The group header is displayed both as inline and fixed headers. The fixed group header content is updated dynamically on scrolling the popup list with its category value. +The MultiSelect supports wrapping nested elements into a group based on different categories. The category of each list item can be mapped through the [groupBy](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelectFieldSettings.html#Syncfusion_EJ2_DropDowns_MultiSelectFieldSettings_GroupBy) field in the data table. The group header is displayed both as inline and fixed headers. The fixed group header content is updated dynamically on scrolling the popup list with its category value. In the following sample, vegetables are grouped according on its category using `groupBy` field. @@ -46,7 +46,7 @@ The grouping header is also provided with customization option. This allows cust ## Grouping with CheckBox -Previously, there is no checkbox for group headers. Now, this feature allow to render checkbox in group header to select the group items in single selection. You can enable this feature by setting [`enableGroupCheckBox`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~EnableGroupCheckBox.html) property value as **true** and **mode** property as **CheckBox**. +Previously, there is no checkbox for group headers. Now, this feature allow to render checkbox in group header to select the group items in single selection. You can enable this feature by setting [`enableGroupCheckBox`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_EnableGroupCheckBox) property value as **true** and **mode** property as **CheckBox**. Inject the `CheckBoxSelection` module in the MultiSelect to use the checkbox. diff --git a/ej2-asp-core-mvc/spreadsheet/how-to/sort-a-range-by-custom-list.md b/ej2-asp-core-mvc/spreadsheet/how-to/sort-a-range-by-custom-list.md index 8d53e9e773..8ce98d880f 100644 --- a/ej2-asp-core-mvc/spreadsheet/how-to/sort-a-range-by-custom-list.md +++ b/ej2-asp-core-mvc/spreadsheet/how-to/sort-a-range-by-custom-list.md @@ -38,10 +38,8 @@ In the following demo, the `Trustworthiness` column is sorted based on the custo {% endtabs %} {% endif %} - - ## See Also -* [Filtering](./filter) +* [Filtering](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/filter) * [Sorting](https://ej2.syncfusion.com/aspnetcore/documentation/spreadsheet/sort) -* [Hyperlink](./link) \ No newline at end of file +* [Hyperlink](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/link) \ No newline at end of file diff --git a/ej2-asp-core-mvc/spreadsheet/sort.md b/ej2-asp-core-mvc/spreadsheet/sort.md index f1d7b0603e..78180414ff 100644 --- a/ej2-asp-core-mvc/spreadsheet/sort.md +++ b/ej2-asp-core-mvc/spreadsheet/sort.md @@ -158,7 +158,7 @@ By customizing sort comparer, you can define the sort action as desired. N> * The `sortComparer` is an optional property of `sortDescriptor`. -For custom sort comparer example, refer to the [`Sort a range by custom list`](https://ej2.syncfusion.com/aspnetcore/documentation/spreadsheet/how-to/sort-a-range-by-custom-list) in the `how-to` section. +For custom sort comparer example, refer to the [`Sort a range by custom list`](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/how-to/sort-a-range-by-custom-list) in the `how-to` section. ## Known error validations @@ -175,7 +175,7 @@ The following errors have been handled for sorting, ## See Also -* [Sort a range by custom list](https://ej2.syncfusion.com/aspnetcore/documentation/spreadsheet/how-to/sort-a-range-by-custom-list) +* [Sort a range by custom list](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/how-to/sort-a-range-by-custom-list) * [Hyperlink](./link) * [Filtering](./filter) -* [Undo Redo](./undo-redo) +* [Undo Redo](./undo-redo) \ No newline at end of file From 6e7c3eb60f0eea4ef736c8eaaa955e6ebc43f317 Mon Sep 17 00:00:00 2001 From: kalirajk2022 Date: Fri, 7 Jun 2024 10:28:47 +0530 Subject: [PATCH 2/8] 883147: Redirect link was corrected. --- ej2-asp-core-mvc/multi-select/templates.md | 20 +++++++++---------- .../EJ2_ASP.MVC/getting-started.md | 14 ++++++------- ej2-asp-core-mvc/numerictextbox/formats.md | 4 ++-- ...-custom-validation-using-form-validator.md | 2 +- ...revent-nullable-input-in-numerictextbox.md | 2 +- .../EJ2_ASP.MVC/getting-started.md | 2 +- .../EJ2_ASP.MVC/getting-started.md | 2 +- .../rich-text-editor/EJ2_ASP.MVC/formation.md | 4 ++-- .../EJ2_ASP.MVC/getting-started.md | 6 +++--- .../rich-text-editor/EJ2_ASP.MVC/image.md | 4 ++-- .../rich-text-editor/EJ2_ASP.MVC/link.md | 4 ++-- .../rich-text-editor/EJ2_ASP.MVC/toolbar.md | 2 +- .../schedule/EJ2_ASP.MVC/localization.md | 6 +++--- .../schedule/EJ2_ASP.MVC/resources.md | 4 ++-- .../schedule/EJ2_ASP.MVC/working-days.md | 12 +++++------ .../sidebar/EJ2_ASP.MVC/getting-started.md | 2 +- 16 files changed, 45 insertions(+), 45 deletions(-) diff --git a/ej2-asp-core-mvc/multi-select/templates.md b/ej2-asp-core-mvc/multi-select/templates.md index b1f7f04a55..42d3c28df4 100644 --- a/ej2-asp-core-mvc/multi-select/templates.md +++ b/ej2-asp-core-mvc/multi-select/templates.md @@ -15,7 +15,7 @@ The MultiSelect has been provided with several options to customize each list it ## Item template -The content of each list item within the MultiSelect can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ItemTemplate.html) property. +The content of each list item within the MultiSelect can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ItemTemplate) property. In the following sample, each list item is split into two columns to display relevant data's. @@ -46,7 +46,7 @@ In the following sample, each list item is split into two columns to display rel ## Value template -The currently selected value that is displayed by default on the MultiSelect input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ValueTemplate.html) property. +The currently selected value that is displayed by default on the MultiSelect input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ValueTemplate) property. In the following sample, the selected value is displayed as a combined text of both `FirstName` and `City` in the MultiSelect input, which is separated by a hyphen. @@ -77,7 +77,7 @@ In the following sample, the selected value is displayed as a combined text of b ## Group template -The group header title under which appropriate sub-items are categorized can also be customize with the help of [groupTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~GroupTemplate.html) property. This template is common for both inline and floating group header template. +The group header title under which appropriate sub-items are categorized can also be customize with the help of [groupTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_GroupTemplate) property. This template is common for both inline and floating group header template. In the following sample, employees are grouped according to their city. @@ -108,7 +108,7 @@ In the following sample, employees are grouped according to their city. ## Header template -The header element is shown statically at the top of the popup list items within the MultiSelect, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~HeaderTemplate.html) property. +The header element is shown statically at the top of the popup list items within the MultiSelect, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_HeaderTemplate) property. In the following sample, the list items and its headers are designed and displayed as two columns similar to multiple columns of the grid. @@ -139,7 +139,7 @@ In the following sample, the list items and its headers are designed and display ## Footer template -The MultiSelect has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~FooterTemplate.html) property. +The MultiSelect has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_FooterTemplate) property. In the following sample, footer element displays the total number of list items present in the MultiSelect. @@ -170,7 +170,7 @@ In the following sample, footer element displays the total number of list items ## No records template -The MultiSelect is provided with support to custom design the popup list content when no data is found and no matches found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~NoRecordsTemplate.html) property. +The MultiSelect is provided with support to custom design the popup list content when no data is found and no matches found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_NoRecordsTemplate) property. In the following sample, popup list content displays the notification of no data available. @@ -201,7 +201,7 @@ In the following sample, popup list content displays the notification of no data ## Action failure template -There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ActionFailureTemplate.html) property. +There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ActionFailureTemplate) property. In the following sample, when the data fetch request fails, the MultiSelect displays the notification. @@ -232,6 +232,6 @@ In the following sample, when the data fetch request fails, the MultiSelect disp ## See Also -* [How to bind the data](./data-binding/) -* [How to group the data using header](./grouping/) -* [How to customize the options in MultiSelect](./chip-customization/) \ No newline at end of file +* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/data-binding) +* [How to group the data using header](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/grouping) +* [How to customize the options in MultiSelect](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/chip-customization) \ No newline at end of file diff --git a/ej2-asp-core-mvc/numerictextbox/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/numerictextbox/EJ2_ASP.MVC/getting-started.md index dc47ce04e2..1ee32a14fd 100644 --- a/ej2-asp-core-mvc/numerictextbox/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/numerictextbox/EJ2_ASP.MVC/getting-started.md @@ -113,7 +113,7 @@ The validation behavior depends on the [StrictMode](https://help.syncfusion.com/ ## Formatting the value -User can set the format of the NumericTextBox control using [Format](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format, when the control is in focused out state. For more information about formatting the value, refer to this [link](./formats/). +User can set the format of the NumericTextBox control using [Format](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format, when the control is in focused out state. For more information about formatting the value, refer to this [link](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/formats). The below example demonstrates format the value by using currency format value `c2`. @@ -143,9 +143,9 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get ## See also -* [How to perform custom validation using FormValidator](./how-to/perform-custom-validation-using-form-validator/) -* [How to customize the UI appearance of the control](./how-to/customize-the-ui-appearance-of-the-control/) -* [How to customize the spin button’s up and down arrow](./how-to/customize-the-spin-buttons-up-and-down-arrow/) -* [How to customize the step value and hide spin buttons](./how-to/customize-the-step-value-and-hide-spin-buttons/) -* [How to prevent nullable input in NumericTextBox](./how-to/prevent-nullable-input-in-numerictextbox/) -* [How to maintain trailing zeros in NumericTextBox](./how-to/maintain-trailing-zeros-in-numerictextbox/) \ No newline at end of file +* [How to perform custom validation using FormValidator](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/perform-custom-validation-using-form-validator) +* [How to customize the UI appearance of the control](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-ui-appearance-of-the-control) +* [How to customize the spin button’s up and down arrow](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-spin-buttons-up-and-down-arrow) +* [How to customize the step value and hide spin buttons](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-step-value-and-hide-spin-buttons) +* [How to prevent nullable input in NumericTextBox](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox) +* [How to maintain trailing zeros in NumericTextBox](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/maintain-trailing-zeros-in-numerictextbox) \ No newline at end of file diff --git a/ej2-asp-core-mvc/numerictextbox/formats.md b/ej2-asp-core-mvc/numerictextbox/formats.md index c78953367e..ba04d8fdd1 100644 --- a/ej2-asp-core-mvc/numerictextbox/formats.md +++ b/ej2-asp-core-mvc/numerictextbox/formats.md @@ -11,11 +11,11 @@ documentation: ug # Number Formats in NumericTextBox Control -You can format the value of NumericTextBox using [format](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format when the control is in focused out state. The format string supports both the [standard numeric format string](../common/internationalization/#supported-format-string) and [custom numeric format string](../common/internationalization/#custom-number-formatting-and-parsing). +You can format the value of NumericTextBox using [format](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format when the control is in focused out state. The format string supports both the [standard numeric format string](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#supported-format-string) and [custom numeric format string](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#custom-number-formatting-and-parsing). ## Standard formats -From the [standard numeric format](../common/internationalization/#supported-format-string), you can use the numeric related format specifiers such as `n`,`p` and `c` in the NumericTextBox control. By using these format specifiers, you can achieve the percentage and currency textbox behavior also. +From the [standard numeric format](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#supported-format-string), you can use the numeric related format specifiers such as `n`,`p` and `c` in the NumericTextBox control. By using these format specifiers, you can achieve the percentage and currency textbox behavior also. The below example demonstrates percentage and currency formats. diff --git a/ej2-asp-core-mvc/numerictextbox/how-to/perform-custom-validation-using-form-validator.md b/ej2-asp-core-mvc/numerictextbox/how-to/perform-custom-validation-using-form-validator.md index d3a1f82059..4bbac76b5e 100644 --- a/ej2-asp-core-mvc/numerictextbox/how-to/perform-custom-validation-using-form-validator.md +++ b/ej2-asp-core-mvc/numerictextbox/how-to/perform-custom-validation-using-form-validator.md @@ -39,4 +39,4 @@ This section explains how to perform custom validation on the NumericTextBox usi Output be like the below. -![NumericTextBox Sample](../images/customValidation.png) \ No newline at end of file +![NumericTextBox Sample](../images/customvalidation.png) \ No newline at end of file diff --git a/ej2-asp-core-mvc/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox.md b/ej2-asp-core-mvc/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox.md index c9c78169aa..bbaafcf442 100644 --- a/ej2-asp-core-mvc/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox.md +++ b/ej2-asp-core-mvc/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox.md @@ -39,4 +39,4 @@ By default, the value of the NumericTextBox sets to null. In some applications, Output be like the below. -![NumericTextBox Sample](../images/nullableInput.png) \ No newline at end of file +![NumericTextBox Sample](../images/nullableinput.png) \ No newline at end of file diff --git a/ej2-asp-core-mvc/radio-button/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/radio-button/EJ2_ASP.MVC/getting-started.md index 5c8903f716..9bccc76739 100644 --- a/ej2-asp-core-mvc/radio-button/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/radio-button/EJ2_ASP.MVC/getting-started.md @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Radio Button control in `~/Views/Home/Index. Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Radio Button control will be rendered in the default web browser. -![ASP.NET MVC Radio Button Control](images/radio-button.PNG) +![ASP.NET MVC Radio Button Control](images/radio-button.png) ## Change the Radio Button state diff --git a/ej2-asp-core-mvc/range-slider/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/range-slider/EJ2_ASP.MVC/getting-started.md index beb8f79f3c..ea92531b42 100644 --- a/ej2-asp-core-mvc/range-slider/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/range-slider/EJ2_ASP.MVC/getting-started.md @@ -99,7 +99,7 @@ Now, add the Syncfusion ASP.NET MVC Range Slider control in `~/Views/Home/Index. Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Range Slider control will be rendered in the default web browser. -![ASP.NET MVC Range Slider Control](images/slider.PNG) +![ASP.NET MVC Range Slider Control](images/slider.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/RangeSlider/ASP.NET%20MVC%20Razor%20Examples) diff --git a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/formation.md b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/formation.md index ae6546737a..f76330765a 100644 --- a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/formation.md +++ b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/formation.md @@ -83,5 +83,5 @@ N> The third-party library such as [`Marked`](https://marked.js.org/#/README.md# ## See Also -* [How to integrate the third party library](./third-party-integration) -* [How to render the iframe](./iframe/) \ No newline at end of file +* [How to integrate the third party library](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/third-party-integration) +* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/iframe) \ No newline at end of file diff --git a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md index 1f82007ff3..1657871cd1 100644 --- a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md @@ -242,8 +242,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get * [Real time example using Rich Text Editor](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/Forums#/bootstrap5) * [How to insert Emoticons](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/InsertEmoticons#/material) -* [How to change the editor type](./formation/) -* [How to render the iframe](./iframe/) -* [How to render the toolbar in inline mode](./inline-mode/) +* [How to change the editor type](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/formation) +* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/iframe) +* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/inline-mode) N> You can refer to our [ASP.NET MVC Rich Text Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/wysiwyg-rich-text-editor) feature tour page for its groundbreaking feature representations. You can also explore our [ASP.NET MVC Rich Text Editor example](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/DefaultFunctionalities#/material) that shows how to render the rich text editor tools. \ No newline at end of file diff --git a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/image.md b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/image.md index 5369b04d17..04ad1f7c45 100644 --- a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/image.md +++ b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/image.md @@ -254,5 +254,5 @@ You can prevent drag-and-drop action by setting the actionBegin argument cancel ## See Also -* [How to edit the quick toolbar settings](./toolbar/#quick-inline-toolbar) -* [How to use link editing option in the toolbar items](./link/) \ No newline at end of file +* [How to edit the quick toolbar settings](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/toolbar#quick-inline-toolbar) +* [How to use link editing option in the toolbar items](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/link) \ No newline at end of file diff --git a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/link.md b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/link.md index 45727be33c..738a2721d5 100644 --- a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/link.md +++ b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/link.md @@ -99,5 +99,5 @@ The quick toolbar for the Link has the following options. ## See Also -* [How to edit the quick toolbar settings](./toolbar/#quick-inline-toolbar) -* [How to insert image link editing option in the toolbar items](./image/#image-with-link) \ No newline at end of file +* [How to edit the quick toolbar settings](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/toolbar#quick-inline-toolbar) +* [How to insert image link editing option in the toolbar items](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/image#image-with-link) \ No newline at end of file diff --git a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/toolbar.md b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/toolbar.md index dc3842b169..c4aabe8fe6 100644 --- a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/toolbar.md +++ b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/toolbar.md @@ -273,4 +273,4 @@ The below sample demonstrates the option to insert the image to the Rich Text Ed ## See Also -* [How to render the toolbar in inline mode](./inline-mode/) \ No newline at end of file +* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/inline-mode) \ No newline at end of file diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/localization.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/localization.md index 87c7152354..64dabbe252 100644 --- a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/localization.md +++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/localization.md @@ -13,11 +13,11 @@ documentation: ug The Scheduler integrates different date-time formats and cultures, which allows it to function globally, thus meeting the diverse needs of different regions. -You can adapt the Scheduler to various languages by parsing and formatting the date or number ([`Internationalization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization/)), adding culture specific customization and translation to the text ([`Localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization/)). +You can adapt the Scheduler to various languages by parsing and formatting the date or number ([`Internationalization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization)), adding culture specific customization and translation to the text ([`Localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization)). ## Globalization -The Internationalization library provides support for formatting and parsing the number, date, and time by using the official [`Unicode CLDR`](http://cldr.unicode.org/) JSON data and also provides the `loadCldr` method to load the culture specific CLDR JSON data. +The Internationalization library provides support for formatting and parsing the number, date, and time by using the official [`Unicode CLDR`](https://cldr.unicode.org/) JSON data and also provides the `loadCldr` method to load the culture specific CLDR JSON data. By default, Scheduler is set to follow the English culture ('en-US'). If you want to go with different culture other than English, follow the below steps. @@ -221,4 +221,4 @@ N> You can refer to our [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspne ## See Also -* [How to change first day of the week in the Scheduler](./working-days/#setting-start-day-of-the-week) \ No newline at end of file +* [How to change first day of the week in the Scheduler](https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/working-days#setting-start-day-of-the-week) \ No newline at end of file diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/resources.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/resources.md index 2875ae9069..4c8e2e1c6c 100644 --- a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/resources.md +++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/resources.md @@ -27,8 +27,8 @@ The default options available within the `Resources` collection are as follows, | `Title` | String | It holds the title of the resource field to be displayed on the event editor window. | | `Name` | String | A unique resource name used for differentiating various resource objects while grouping. | | `AllowMultiple` | Boolean | When set to `true`, allows multiple selection of resource names, thus creating multiple instances of same appointment for the selected resources. | -| `DataSource` | Object | Assigns the resource `DataSource`, where data can be passed either as an array of JavaScript objects, or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html) in case of processing remote data and can be assigned to the `DataSource` property. With the remote data assigned to `DataSource`, check the available [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing. | -| `Query` | Query | Defines the external [`Query`](http://ej2.syncfusion.com/documentation/data/api-query.html) that will be executed along with the data processing. | +| `DataSource` | Object | Assigns the resource `DataSource`, where data can be passed either as an array of JavaScript objects, or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager) in case of processing remote data and can be assigned to the `DataSource` property. With the remote data assigned to `DataSource`, check the available [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors) to customize the data processing. | +| `Query` | Query | Defines the external [`Query`](http://ej2.syncfusion.com/documentation/data/api-query) that will be executed along with the data processing. | | `IdField` | String | Binds the resource ID field name from the resources `DataSource`. | | `ExpandedField` | String | Binds the `ExpandedField` name from the resources `DataSource`. It usually holds boolean value which decide whether the resource of timeline views is in collapse or expand state on initial load. | | `TextField` | String | Binds the text field name from the resources `DataSource`. It usually holds the resource names. | diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/working-days.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/working-days.md index 89b8ec7594..2060494021 100644 --- a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/working-days.md +++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/working-days.md @@ -90,7 +90,7 @@ Here, the working days are defined as [1, 3, 4, 5] on Scheduler and therefore th It is possible to show the week number count of a week in the header bar of the Scheduler by setting true to `ShowWeekNumber` property. By default, its default value is `false`. In Month view, the week numbers are displayed as a first column. -N> The `ShowWeekNumber` property is not applicable on Timeline views, as it has the equivalent [HeaderRows](./header-rows/#display-week-numbers-in-timeline-views) property to handle such requirement with additional customization. +N> The `ShowWeekNumber` property is not applicable on Timeline views, as it has the equivalent [HeaderRows](./https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/header-rows#display-week-numbers-in-timeline-views) property to handle such requirement with additional customization. {% if page.publishingplatform == "aspnet-core" %} @@ -127,7 +127,7 @@ By default, week numbers are shown in the Scheduler based on the first day of th `FirstFullWeek` – The first week of the year begins when meeting the first day of the week (firstDayOfWeek) and the first day of the year. -For more details refer to [this link](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.calendarweekrule?view=net-5.0#remarks) +For more details refer to [this link](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.calendarweekrule?view=net-8.0#remarks) {% if page.publishingplatform == "aspnet-core" %} @@ -313,7 +313,7 @@ N> You can refer to our [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspne ## See Also -* [To display the current time indicator](./timescale/#highlighting-current-date-and-time) -* [To set different working hours dynamically](./how-to/set-different-work-hours) -* [To set different working hours for each resources](./resources/#set-different-work-hours) -* [To set different working days for each resources](./resources/#set-different-work-days) \ No newline at end of file +* [To display the current time indicator](https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/timescale#highlighting-current-date-and-time) +* [To set different working hours dynamically](https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/how-to/set-different-work-hours) +* [To set different working hours for each resources](https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/resources#set-different-work-hours) +* [To set different working days for each resources](https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/resources#set-different-work-days) \ No newline at end of file diff --git a/ej2-asp-core-mvc/sidebar/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/sidebar/EJ2_ASP.MVC/getting-started.md index 1b4b0e420c..09c709f2bc 100644 --- a/ej2-asp-core-mvc/sidebar/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/sidebar/EJ2_ASP.MVC/getting-started.md @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Sidebar control in `~/Views/Home/Index.cshtm Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Sidebar control will be rendered in the default web browser. -![ASP.NET MVC Sidebar Control](images/getting_Started.png) +![ASP.NET MVC Sidebar Control](images/getting_started.png) ## Enable backdrop From 3d99154b526724a514de66145bc143b483aa7a71 Mon Sep 17 00:00:00 2001 From: kalirajk2022 Date: Fri, 7 Jun 2024 14:28:21 +0530 Subject: [PATCH 3/8] 883147: Redirect link was corrected. --- ej2-asp-core-mvc/EJ2_ASP.MVC/system-requirements.md | 2 +- ej2-asp-core-mvc/signature/EJ2_ASP.MVC/getting-started.md | 2 +- .../split-button/EJ2_ASP.MVC/getting-started.md | 2 +- .../split-button/how-to/group-items-in-popup.md | 2 +- .../splitter/EJ2_ASP.MVC/different-layouts.md | 2 +- ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/split-panes.md | 8 ++++---- .../spreadsheet/EJ2_ASP.MVC/getting-started-mvc.md | 2 +- ej2-asp-core-mvc/spreadsheet/sort.md | 2 +- ej2-asp-core-mvc/tab/EJ2_ASP.MVC/getting-started.md | 4 ++-- ej2-asp-core-mvc/textbox/EJ2_ASP.MVC/getting-started.md | 2 +- ej2-asp-core-mvc/timepicker/EJ2_ASP.MVC/globalization.md | 4 ++-- ej2-asp-core-mvc/toast/EJ2_ASP.MVC/getting-started.md | 6 +++--- ej2-asp-core-mvc/toolbar/EJ2_ASP.MVC/getting-started.md | 4 ++-- ej2-asp-core-mvc/tooltip/EJ2_ASP.MVC/getting-started.md | 2 +- ej2-asp-core-mvc/treeview/EJ2_ASP.MVC/getting-started.md | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/ej2-asp-core-mvc/EJ2_ASP.MVC/system-requirements.md b/ej2-asp-core-mvc/EJ2_ASP.MVC/system-requirements.md index 297d65aaeb..3f04465643 100644 --- a/ej2-asp-core-mvc/EJ2_ASP.MVC/system-requirements.md +++ b/ej2-asp-core-mvc/EJ2_ASP.MVC/system-requirements.md @@ -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/) diff --git a/ej2-asp-core-mvc/signature/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/signature/EJ2_ASP.MVC/getting-started.md index 4be9b1feed..bb0745f362 100644 --- a/ej2-asp-core-mvc/signature/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/signature/EJ2_ASP.MVC/getting-started.md @@ -97,6 +97,6 @@ Now, add the Syncfusion ASP.NET MVC Signature control in `~/Views/Home/Index.csh Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Signature control will be rendered in the default web browser. -![ASP.NET MVC Signature Control](images/default.PNG) +![ASP.NET MVC Signature Control](images/default.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Signature/ASP.NET%20MVC%20Razor%20Examples). \ No newline at end of file diff --git a/ej2-asp-core-mvc/split-button/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/split-button/EJ2_ASP.MVC/getting-started.md index 51c0b637d2..e9ba00e22b 100644 --- a/ej2-asp-core-mvc/split-button/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/split-button/EJ2_ASP.MVC/getting-started.md @@ -116,7 +116,7 @@ public ActionResult Index() Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Split Button control will be rendered in the default web browser. -![ASP.NET MVC Split Button Control](images/split-button.PNG) +![ASP.NET MVC Split Button Control](images/split-button.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/SplitButton/ASP.NET%20MVC%20Razor%20Examples). diff --git a/ej2-asp-core-mvc/split-button/how-to/group-items-in-popup.md b/ej2-asp-core-mvc/split-button/how-to/group-items-in-popup.md index 2defabda65..fb3af9c907 100644 --- a/ej2-asp-core-mvc/split-button/how-to/group-items-in-popup.md +++ b/ej2-asp-core-mvc/split-button/how-to/group-items-in-popup.md @@ -11,7 +11,7 @@ documentation: ug # Group items in Popup -Grouped items are possible in SplitButton by templating entire popup with ListView. Check ListView [`grouping`](../list-view/grouping#grouping) and create such items. Create ListView with id `listview` and provide element of the ListView as target of SplitButton to render it in popup area. +Grouped items are possible in SplitButton by templating entire popup with ListView. Check ListView [`grouping`](https://ej2.syncfusion.com/aspnetmvc/documentation/listview/grouping) and create such items. Create ListView with id `listview` and provide element of the ListView as target of SplitButton to render it in popup area. In this following example, ListView is created and its element is set as [`target`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.SplitButtons.SplitButton.html#Syncfusion_EJ2_SplitButtons_SplitButton_Target) for SplitButton. diff --git a/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/different-layouts.md b/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/different-layouts.md index 0b3441d36b..d2dbc02ccc 100644 --- a/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/different-layouts.md +++ b/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/different-layouts.md @@ -263,4 +263,4 @@ Once the above configurations has been completed, you will get the output like [ ## See Also -[Multiple panes in Splitter](./split-panes/) \ No newline at end of file +[Multiple panes in Splitter](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/split-panes) \ No newline at end of file diff --git a/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/split-panes.md b/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/split-panes.md index 8580c14622..59091f4cff 100644 --- a/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/split-panes.md +++ b/ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/split-panes.md @@ -255,7 +255,7 @@ Output be like the below. ## See Also -* [Resizable split panes](./resizing/) -* [Collapsible panes](./expand-and-collapse/) -* [Define size to a panes](./pane-sizing/ ) -* [Specify content to a panes](./pane-content/) \ No newline at end of file +* [Resizable split panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/resizing) +* [Collapsible panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/expand-and-collapse) +* [Define size to a panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/pane-sizing ) +* [Specify content to a panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/pane-content) \ No newline at end of file diff --git a/ej2-asp-core-mvc/spreadsheet/EJ2_ASP.MVC/getting-started-mvc.md b/ej2-asp-core-mvc/spreadsheet/EJ2_ASP.MVC/getting-started-mvc.md index eb8332a9cd..7a0c53e349 100644 --- a/ej2-asp-core-mvc/spreadsheet/EJ2_ASP.MVC/getting-started-mvc.md +++ b/ej2-asp-core-mvc/spreadsheet/EJ2_ASP.MVC/getting-started-mvc.md @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Spreadsheet control in `~/Views/Home/Index.c Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Spreadsheet control will be rendered in the default web browser. -![ASP.NET MVC Spreadsheet Control](images/spreadsheet.PNG) +![ASP.NET MVC Spreadsheet Control](images/spreadsheet.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Spreadsheet/ASP.NET%20MVC%20Razor%20Examples). diff --git a/ej2-asp-core-mvc/spreadsheet/sort.md b/ej2-asp-core-mvc/spreadsheet/sort.md index 78180414ff..f3dd257c0f 100644 --- a/ej2-asp-core-mvc/spreadsheet/sort.md +++ b/ej2-asp-core-mvc/spreadsheet/sort.md @@ -113,7 +113,7 @@ The custom sort dialog helps sorting multiple columns in the selected range by u You can add multiple criteria using the `Add Column` button at the bottom of the dialog. Thus, multiple columns can be specified with different sort order. The newly added sort criteria items can be removed using the `delete` icons at the end of each items. -You can refer to the [`Data contains header`](./sort/#data-contains-header) topic to learn more about `Data contains header` checkbox. To learn more about `Case sensitive` checkbox, you can refer to [`Case sensitive sort`](./sort/#case-sensitive-sort) topic. +You can refer to the [`Data contains header`](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/sort#data-contains-header) topic to learn more about `Data contains header` checkbox. To learn more about `Case sensitive` checkbox, you can refer to [`Case sensitive sort`](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/sort#case-sensitive-sort) topic. ### Passing sort criteria manually diff --git a/ej2-asp-core-mvc/tab/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/tab/EJ2_ASP.MVC/getting-started.md index 40a779f2d5..963218108c 100644 --- a/ej2-asp-core-mvc/tab/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/tab/EJ2_ASP.MVC/getting-started.md @@ -100,7 +100,7 @@ Now, add the Syncfusion ASP.NET MVC Tab control in `~/Views/Home/Index.cshtml` p Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Tab control will be rendered in the default web browser. -![ASP.NET MVC Tab Control](images/gettingstarted.PNG) +![ASP.NET MVC Tab Control](images/gettingstarted.png) ## Initialize the Tab using JSON items collection @@ -155,4 +155,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get ## See also -* [How to load tab with DataSource](./how-to/load-tab-with-data-source/) +* [How to load tab with DataSource](https://ej2.syncfusion.com/aspnetmvc/documentation/tab/how-to/load-tab-with-data-source) diff --git a/ej2-asp-core-mvc/textbox/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/textbox/EJ2_ASP.MVC/getting-started.md index cb5c44ce3a..91d941f4d3 100644 --- a/ej2-asp-core-mvc/textbox/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/textbox/EJ2_ASP.MVC/getting-started.md @@ -101,7 +101,7 @@ Press Ctrl+F5 (Windows) or +F5 (m ## Adding icons to the TextBox -You can create a TextBox with icon as a group by creating the parent div element with the class `e-input-group` and add the icon element as span with the class `e-input-group-icon`. For detailed information, refer to the [Groups](./groups/) section. +You can create a TextBox with icon as a group by creating the parent div element with the class `e-input-group` and add the icon element as span with the class `e-input-group-icon`. For detailed information, refer to the [Groups](https://ej2.syncfusion.com/aspnetmvc/documentation/textbox/groups) section. {% tabs %} {% highlight razor tabtitle="CSHTML" %} diff --git a/ej2-asp-core-mvc/timepicker/EJ2_ASP.MVC/globalization.md b/ej2-asp-core-mvc/timepicker/EJ2_ASP.MVC/globalization.md index 2a8597cc12..52cff27075 100644 --- a/ej2-asp-core-mvc/timepicker/EJ2_ASP.MVC/globalization.md +++ b/ej2-asp-core-mvc/timepicker/EJ2_ASP.MVC/globalization.md @@ -11,9 +11,9 @@ documentation: ug # Globalization -Globalization is the combination of internalization and localization. You can adapt the component to various languages by parsing and formatting the date or number [internationalization](../common/internationalization/) and also add culture specific customization and translation to the text [localization](../common/localization/). +Globalization is the combination of internalization and localization. You can adapt the component to various languages by parsing and formatting the date or number [internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) and also add culture specific customization and translation to the text [localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization). -By default, TimePicker time format and meridian 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, TimePicker time format and meridian 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](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.TimePicker.html#Syncfusion_EJ2_Calendars_TimePicker_Locale) property. diff --git a/ej2-asp-core-mvc/toast/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/toast/EJ2_ASP.MVC/getting-started.md index 5c34a92183..2a156d6ca5 100644 --- a/ej2-asp-core-mvc/toast/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/toast/EJ2_ASP.MVC/getting-started.md @@ -105,8 +105,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get * [Real time example using Toast](https://ej2.syncfusion.com/aspnetmvc/Toast/Template#/material) -* [How to close the toast with click/tap](./how-to/close-the-toast-with-click-tap/) +* [How to close the toast with click/tap](https://ej2.syncfusion.com/aspnetmvc/documentation/toast/how-to/close-the-toast-with-click-tap) -* [How to prevent duplicate toast display](./how-to/prevent-duplicate-toast-display/) +* [How to prevent duplicate toast display](https://ej2.syncfusion.com/aspnetmvc/documentation/toast/how-to/prevent-duplicate-toast-display) -* [How to show different types of toast](./how-to/show-different-types-of-toast/) \ No newline at end of file +* [How to show different types of toast](https://ej2.syncfusion.com/aspnetmvc/documentation/toast/how-to/show-different-types-of-toast) \ No newline at end of file diff --git a/ej2-asp-core-mvc/toolbar/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/toolbar/EJ2_ASP.MVC/getting-started.md index c172bbf019..61a73d2826 100644 --- a/ej2-asp-core-mvc/toolbar/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/toolbar/EJ2_ASP.MVC/getting-started.md @@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Toolbar control in `~/Views/Home/Index.cshtm Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Toolbar control will be rendered in the default web browser. -![ASP.NET MVC Toolbar Control](images/gettingstarted.PNG) +![ASP.NET MVC Toolbar Control](images/gettingstarted.png) ## Render the Toolbar items using content template @@ -118,7 +118,7 @@ public ActionResult Index() {% endhighlight %} {% endtabs %} -![ASP.NET MVC Toolbar with Content Template](images/contenttemplate.PNG) +![ASP.NET MVC Toolbar with Content Template](images/contenttemplate.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Toolbar/ASP.NET%20MVC%20Razor%20Examples). diff --git a/ej2-asp-core-mvc/tooltip/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/tooltip/EJ2_ASP.MVC/getting-started.md index f8032e5f3c..c898927bee 100644 --- a/ej2-asp-core-mvc/tooltip/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/tooltip/EJ2_ASP.MVC/getting-started.md @@ -99,7 +99,7 @@ Now, add the Syncfusion ASP.NET MVC Tooltip control in `~/Views/Home/Index.cshtm Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Tooltip control will be rendered in the default web browser. -![ASP.NET MVC Tooltip Control](images/tooltip.PNG) +![ASP.NET MVC Tooltip Control](images/tooltip.png) ## Initialize Tooltip within a container diff --git a/ej2-asp-core-mvc/treeview/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/treeview/EJ2_ASP.MVC/getting-started.md index 16efd67e18..2989806f1a 100644 --- a/ej2-asp-core-mvc/treeview/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/treeview/EJ2_ASP.MVC/getting-started.md @@ -263,7 +263,7 @@ public ActionResult Index() Press Ctrl+F5 (Windows) or +F5 (macOS) to run the app. Then, the Syncfusion ASP.NET MVC TreeView control will be rendered in the default web browser. -![ASP.NET MVC TreeView Control](images/binding-self.PNG) +![ASP.NET MVC TreeView Control](images/binding-self.png) N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/TreeView/ASP.NET%20MVC%20Razor%20Examples). From d6cff87baf2fd4e1c58a18d302dfbe7c4780f6db Mon Sep 17 00:00:00 2001 From: kalirajk2022 Date: Fri, 7 Jun 2024 15:07:40 +0530 Subject: [PATCH 4/8] 883147: Resolve the Front matters error. --- .../how-to/render-a-dialog-using-utility-functions.md | 2 +- ej2-asp-core-mvc/drop-down-list/how-to/add-item.md | 2 +- ej2-asp-core-mvc/drop-down-list/how-to/cascading.md | 2 +- ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md | 2 +- ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md | 2 +- ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md | 2 +- ej2-asp-core-mvc/drop-down-list/templates.md | 4 ++-- ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md index 4f1b8d46ac..f0d5ccff59 100644 --- a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md +++ b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md @@ -1,6 +1,6 @@ --- layout: post -title: Render A Dialog Using Utility Functions in ##Platform_Name## Dialog Component +title: Render A Dialog Using Utility Functions in ASP.NET MVC Dialog Component | Syncfusion description: Learn here all about Render A Dialog Using Utility Functions in Syncfusion ##Platform_Name## Dialog component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Render A Dialog Using Utility Functions diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md b/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md index 8a0d96ea9d..a1efe34bba 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/add-item.md @@ -1,6 +1,6 @@ --- layout: post -title: Add Item in ##Platform_Name## Drop Down List Component +title: Add Item in ##Platform_Name## Drop Down List Component | Syncfusion description: Learn here all about how to add item in Syncfusion ##Platform_Name## Drop Down List component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Add Item diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md b/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md index e9eafb784c..f42f004255 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/cascading.md @@ -1,6 +1,6 @@ --- layout: post -title: Cascading in ##Platform_Name## Drop Down List Component +title: Cascading in ##Platform_Name## Drop Down List Component | Syncfusion description: Learn here all about cascading in Syncfusion ##Platform_Name## Drop Down List component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Cascading diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md b/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md index c8f85b638b..4a3c015d07 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md @@ -1,6 +1,6 @@ --- layout: post -title: Icons Support in ##Platform_Name## Drop Down List Component +title: Icons Support in ##Platform_Name## Drop Down List Component | Syncfusion description: Learn here all about icons support in Syncfusion ##Platform_Name## Drop Down List component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Icons Support diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md b/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md index 0b682325bf..6ef16c632a 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md @@ -1,6 +1,6 @@ --- layout: post -title: Modify Data in ##Platform_Name## Drop Down List Component +title: Modify Data in ##Platform_Name## Drop Down List Component | Syncfusion description: Learn here all about how to modify data in Syncfusion ##Platform_Name## Drop Down List component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Modify Data diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md b/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md index e754118219..4177d8727d 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/remote-data-bind.md @@ -1,6 +1,6 @@ --- layout: post -title: Remote Data Bind in ##Platform_Name## Drop Down List Component +title: Remote Data Bind in ##Platform_Name## Drop Down List Component | Syncfusion description: Learn here all about remote data bind in Syncfusion ##Platform_Name## Drop Down List component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Remote Data Bind diff --git a/ej2-asp-core-mvc/drop-down-list/templates.md b/ej2-asp-core-mvc/drop-down-list/templates.md index 61740a20fb..3b10f5e5e9 100644 --- a/ej2-asp-core-mvc/drop-down-list/templates.md +++ b/ej2-asp-core-mvc/drop-down-list/templates.md @@ -1,6 +1,6 @@ --- layout: post -title: Templates in ##Platform_Name## Drop Down List Component +title: Templates in ##Platform_Name## Drop Down List Component | Syncfusion description: Learn here all about templates in Syncfusion ##Platform_Name## Drop Down List component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Templates @@ -9,7 +9,7 @@ documentation: ug --- -# Templates +# Templates of Drop Down List Component The DropDownList has been provided with several options to customize each list item, group title, selected value, header, and footer elements. It uses the Essential JS 2 `Template engine` to compile and render the elements properly. diff --git a/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md b/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md index c76e490f82..f32664819d 100644 --- a/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md +++ b/ej2-asp-core-mvc/in-place-editor/EJ2_ASP.MVC/integration.md @@ -1,6 +1,6 @@ --- layout: post -title: Integration in ##Platform_Name## In Place Editor Component +title: Integration in ##Platform_Name## In Place Editor Component | Syncfusion description: Learn here all about Integration in Syncfusion ##Platform_Name## In Place Editor component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Integration From bc17c31bd6486b74538f26ed5a46bd64125934df Mon Sep 17 00:00:00 2001 From: kalirajk2022 Date: Fri, 7 Jun 2024 15:51:13 +0530 Subject: [PATCH 5/8] 883147: Resolve the Front matters error --- .../how-to/render-a-dialog-using-utility-functions.md | 2 +- ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md index f0d5ccff59..33a48b106b 100644 --- a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md +++ b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md @@ -1,6 +1,6 @@ --- layout: post -title: Render A Dialog Using Utility Functions in ASP.NET MVC Dialog Component | Syncfusion +title: Render A Dialog Using Utility Functions in ##Platform_Name## Dialog Component | Syncfusion description: Learn here all about Render A Dialog Using Utility Functions in Syncfusion ##Platform_Name## Dialog component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Render A Dialog Using Utility Functions diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md b/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md index 6ef16c632a..f32bb36134 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/modify-data.md @@ -9,7 +9,7 @@ documentation: ug --- -# Modify the result data before passing to DropDownList when binding remote data source +# Modify data before passing to DropDownList for remote data binding When binding the remote data source, by using the [actionComplete](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.DropDownList.html#Syncfusion_EJ2_DropDowns_DropDownList_ActionComplete) event, you can modify the result data before passing it to DropDownList. From d217cd4945b12e5e6d5519b3d4673bc25a0ed844 Mon Sep 17 00:00:00 2001 From: Vinitha Balasubramanian Date: Fri, 7 Jun 2024 16:17:07 +0530 Subject: [PATCH 6/8] 858844: Resolved File Path Validation in Hotfix branch --- ej2-asp-core-toc.html | 1 - ej2-asp-mvc-toc.html | 1 - 2 files changed, 2 deletions(-) diff --git a/ej2-asp-core-toc.html b/ej2-asp-core-toc.html index c2074e8548..5f4944d4b6 100644 --- a/ej2-asp-core-toc.html +++ b/ej2-asp-core-toc.html @@ -1387,7 +1387,6 @@
  • Hide sorting options on Excel filter Dialog
  • Add a title to the header when using Grid print function
  • Customizing Filter Dialog by using an additional Parameter
  • -
  • Customize the empty record template
  • diff --git a/ej2-asp-mvc-toc.html b/ej2-asp-mvc-toc.html index 424b95053d..5e27e2e3dc 100644 --- a/ej2-asp-mvc-toc.html +++ b/ej2-asp-mvc-toc.html @@ -1338,7 +1338,6 @@
  • Hide sorting options on Excel filter Dialog
  • Add a title to the header when using Grid print action
  • Customizing Filter Dialog by using an additional Parameter
  • -
  • Customize the empty record template
  • From 18a67bb12d54e01375c7134b118e1169f0f21a7a Mon Sep 17 00:00:00 2001 From: kalirajk2022 Date: Fri, 7 Jun 2024 16:25:24 +0530 Subject: [PATCH 7/8] 883147: Resolve the Front matters error --- ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md b/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md index 4a3c015d07..f4f46c6411 100644 --- a/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md +++ b/ej2-asp-core-mvc/drop-down-list/how-to/icons-support.md @@ -1,6 +1,6 @@ --- layout: post -title: Icons Support in ##Platform_Name## Drop Down List Component | Syncfusion +title: Icons Support in ##Platform_Name## Syncfusion Drop Down List Component description: Learn here all about icons support in Syncfusion ##Platform_Name## Drop Down List component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Icons Support From 4331b612003e27acbb7dc54c5a9469f2c5e0f2ea Mon Sep 17 00:00:00 2001 From: kalirajk2022 Date: Fri, 7 Jun 2024 16:42:02 +0530 Subject: [PATCH 8/8] 883147: Resolve the Front matters error --- .../how-to/render-a-dialog-using-utility-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md index 33a48b106b..81a00ea0b5 100644 --- a/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md +++ b/ej2-asp-core-mvc/dialog/EJ2_ASP.MVC/how-to/render-a-dialog-using-utility-functions.md @@ -1,6 +1,6 @@ --- layout: post -title: Render A Dialog Using Utility Functions in ##Platform_Name## Dialog Component | Syncfusion +title: Render A Dialog Using Utility Functions in Syncfusion Dialog Component description: Learn here all about Render A Dialog Using Utility Functions in Syncfusion ##Platform_Name## Dialog component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Render A Dialog Using Utility Functions