From 367c63205d178a913396a0aafec83cf46f07a1bf Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:32:22 +0530 Subject: [PATCH] SEO-172685-aspnet-mvc-redirection-fixes-2 --- aspnetmvc/FileExplorer/Behavior-Settings.md | 4 ++-- aspnetmvc/FileExplorer/Context-Menu.md | 6 +++--- aspnetmvc/FileExplorer/Customization.md | 12 ++++++------ aspnetmvc/FileExplorer/Getting-Started.md | 12 ++++++------ aspnetmvc/FileExplorer/Localization.md | 2 +- aspnetmvc/FileExplorer/Multiple-Selection.md | 2 +- aspnetmvc/FileExplorer/Overview.md | 2 +- aspnetmvc/FileExplorer/Resizing.md | 4 ++-- aspnetmvc/FileExplorer/Toolbar.md | 14 +++++++------- aspnetmvc/Gantt/Baseline.md | 2 +- aspnetmvc/Gantt/Columns.md | 4 ++-- aspnetmvc/Gantt/Context-Menu.md | 2 +- aspnetmvc/Gantt/Critical-feature.md | 2 +- aspnetmvc/Gantt/Customizations.md | 6 +++--- aspnetmvc/Gantt/Data-Binding.md | 4 ++-- aspnetmvc/Gantt/Duration-units.md | 4 ++-- aspnetmvc/Gantt/Editing.md | 2 +- aspnetmvc/Gantt/Exporting.md | 10 +++++----- aspnetmvc/Gantt/Getting-Started.md | 2 +- aspnetmvc/Gantt/HistogramView.md | 2 +- aspnetmvc/Gantt/Holidays.md | 2 +- aspnetmvc/Gantt/Keyboard-navigation.md | 2 +- aspnetmvc/Gantt/Rows.md | 2 +- aspnetmvc/Gantt/Schedule-Modes.md | 2 +- aspnetmvc/Gantt/Task-Scheduling-modes.md | 2 +- aspnetmvc/Gantt/Toolbar.md | 2 +- aspnetmvc/Gantt/WorkBreakdownStructure.md | 2 +- aspnetmvc/Gantt/Working-time-range.md | 2 +- 28 files changed, 57 insertions(+), 57 deletions(-) diff --git a/aspnetmvc/FileExplorer/Behavior-Settings.md b/aspnetmvc/FileExplorer/Behavior-Settings.md index 41fb28111..120930e7b 100644 --- a/aspnetmvc/FileExplorer/Behavior-Settings.md +++ b/aspnetmvc/FileExplorer/Behavior-Settings.md @@ -13,7 +13,7 @@ Here are the some properties to customize the behavior of FileExplorer. ## File type restriction -FileExplorer control showcase all the files from the filesystem, here you can customize the file types that what you want to show by using “[FileTypes](http://help.syncfusion.com/js/api/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions. +FileExplorer control showcase all the files from the filesystem, here you can customize the file types that what you want to show by using “[FileTypes](https://help.syncfusion.com/api/js/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions. By default it having the value " \*.\* ", so it allows all the file types. In case of image browser you can allow the image files only by setting “*.png, *.gif, *.jpg, *.jpeg”, so it doesn’t allow the other type of files. In the view page, add FileExplorer helper and specify the file type restriction as shown below. @@ -30,7 +30,7 @@ In the view page, add FileExplorer helper and specify the file type restriction ## Customize the AJAX request settings -As you already know FileExplorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While the AJAX request, the AJAX configurations can be customized through “[AjaxSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxsettings)” property. +As you already know FileExplorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While the AJAX request, the AJAX configurations can be customized through “[AjaxSettings](http://help.syncfusion.com/api/js/ejfileexplorer#members:ajaxsettings)” property. The [beforeAjaxRequest](https://help.syncfusion.com/api/js/ejfileexplorer#events:beforeajaxrequest) event will be triggered before the AJAX request is performed. You can modify the ajax request in this event. You can see the following requests passed during the **client – server** actions: diff --git a/aspnetmvc/FileExplorer/Context-Menu.md b/aspnetmvc/FileExplorer/Context-Menu.md index 9edd21124..eb3deea00 100644 --- a/aspnetmvc/FileExplorer/Context-Menu.md +++ b/aspnetmvc/FileExplorer/Context-Menu.md @@ -130,7 +130,7 @@ It helps to open a file location from the filtered list. ## Context menu Visibility -The presence of the context menu can be controlled by the “[ShowContextMenu](http://help.syncfusion.com/js/api/ejfileexplorer#members:showcontextmenu)” property. This was enabled by default, and by disabling this property you can prevent our built-in context menu. +The presence of the context menu can be controlled by the “[ShowContextMenu](https://help.syncfusion.com/api/js/ejfileexplorer#members:showcontextmenu)” property. This was enabled by default, and by disabling this property you can prevent our built-in context menu. In the view page, add FileExplorer helper and specify the context menu visibility as false. @@ -150,9 +150,9 @@ The context menu items can be enabled or disabled through the client side public For example, if you disable the “Upload” item, it disables in all places wherever it appears such as open the context menu on “TreeView”, open on file/folder, and open on layout. -* [enableMenuItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:enablemenuitem) +* [enableMenuItem](https://help.syncfusion.com/api/js/ejfileexplorer#methods:enablemenuitem) -* [disableMenuItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:disablemenuitem) +* [disableMenuItem](https://help.syncfusion.com/api/js/ejfileexplorer#methods:disablemenuitem) These methods only accepts the context menu item name as the parameter. diff --git a/aspnetmvc/FileExplorer/Customization.md b/aspnetmvc/FileExplorer/Customization.md index edeccd671..3a4be407c 100644 --- a/aspnetmvc/FileExplorer/Customization.md +++ b/aspnetmvc/FileExplorer/Customization.md @@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Customiza ## Dimension Customization -The dimension of the FileExplorer can be customized through “[Height](http://help.syncfusion.com/js/api/ejfileexplorer#members:height)” and “[Width](http://help.syncfusion.com/js/api/ejfileexplorer#members:width)” property. The dimension can be set in percentage (ex; width: “100 %”), so that the control inherits the width from the parent element. +The dimension of the FileExplorer can be customized through “[Height](https://help.syncfusion.com/api/js/ejfileexplorer#members:height)” and “[Width](https://help.syncfusion.com/api/js/ejfileexplorer#members:width)” property. The dimension can be set in percentage (ex; width: “100 %”), so that the control inherits the width from the parent element. In the view page, add FileExplorer helper with custom height and width @@ -29,7 +29,7 @@ In the view page, add FileExplorer helper with custom height and width The navigation pane contains the tree view element which displays all the folders from the filesystem in a hierarchical manner. This is useful to a quick navigation of any folder in the filesystem. -The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](http://help.syncfusion.com/js/api/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from FileExplorer. +The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](https://help.syncfusion.com/api/js/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from FileExplorer. In the view page, add FileExplorer helper and specify the navigation pane as false @@ -66,7 +66,7 @@ You can change the layout using toolbar option. While clicking this tool, popup ![](Customization_images/Customization_img2.jpeg) -Also the layout views can be changed through the “[Layout](http://help.syncfusion.com/js/api/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed. +Also the layout views can be changed through the “[Layout](https://help.syncfusion.com/api/js/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed. In the view page, add FileExplorer helper and specify the layout type as shown below @@ -83,9 +83,9 @@ In the view page, add FileExplorer helper and specify the layout type as shown b ### Customizing the Grid view -By default sorting is enabled in grid view of FileExplorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting “[AllowSorting](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-allowsorting)” property to false. +By default sorting is enabled in grid view of FileExplorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting “[AllowSorting](https://help.syncfusion.com/api/js/ejfileexplorer#members:gridsettings-allowsorting)” property to false. -The behavior of the columns can be customized through the “[Columns](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-columns)” property. +The behavior of the columns can be customized through the “[Columns](https://help.syncfusion.com/api/js/ejfileexplorer#members:gridsettings-columns)” property. In the view page, add FileExplorer helper with custom grid settings @@ -124,7 +124,7 @@ In the view page, add FileExplorer helper with custom grid settings ## Footer Customization -The footer displays the details of the current selected files and folders, and the footer contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](http://help.syncfusion.com/js/api/ejfileexplorer#members:showfooter)” property. +The footer displays the details of the current selected files and folders, and the footer contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](https://help.syncfusion.com/api/js/ejfileexplorer#members:showfooter)” property. In the view page, add FileExplorer helper and hides the footer as shown below. diff --git a/aspnetmvc/FileExplorer/Getting-Started.md b/aspnetmvc/FileExplorer/Getting-Started.md index 634f03e59..241fec507 100644 --- a/aspnetmvc/FileExplorer/Getting-Started.md +++ b/aspnetmvc/FileExplorer/Getting-Started.md @@ -15,7 +15,7 @@ The following section is briefly explain the things to get started with FileExpl To get start with Essential ASP.NET MVC FileExplorer, create a new MVC Application and add the required assemblies in references and then refer the below specified dependent CSS file as well as scripts -To create a MVC Project and add necessary assemblies you can use the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started#) Documentation. +To create a MVC Project and add necessary assemblies you can use the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started#) Documentation. ## Adding the references @@ -27,15 +27,15 @@ To include the control in the application the following references need to be ad CSS file -* [ej.web.all.min.css](http://cdn.syncfusion.com/13.4.0.58/js/web/flat-azure/ej.web.all.min.css#) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](http://help.syncfusion.com/js/theming-in-essential-javascript-components#) +* [ej.web.all.min.css](https://cdn.syncfusion.com/13.4.0.58/js/web/flat-azure/ej.web.all.min.css) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](https://help.syncfusion.com/js/theming-in-essential-javascript-components) -N> Essential JS widgets having the support for 13 built-in themes, to know more please check [here](http://docs.syncfusion.com/js/theming-in-essential-javascript-components#) +N> Essential JS widgets having the support for 13 built-in themes, to know more please check [here](https://docs.syncfusion.com/js/theming-in-essential-javascript-components) ### Script references The external script dependencies of the FileExplorer widget are, -* [jQuery 1.7.1](http://jquery.com/#) or later versions. +* [jQuery 1.7.1](https://jquery.com/) or later versions. * [jsrender](https://www.jsviews.com/#jsrender) – for grid view template. @@ -173,7 +173,7 @@ Used to working with different localization culture formats You can use the “**ej.web.all.min.js**” file, which encapsulates all the EJ MVC controls and frameworks in one single file -N> To add required assembly references, scripts and CSS files automatically into your application, please refer following link [http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2](http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2). Also, it configures the “web.config” file automatically. +N> To add required assembly references, scripts and CSS files automatically into your application, please refer following link [http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2](https://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2). Also, it configures the “web.config” file automatically. ## FileExplorer using helper @@ -189,7 +189,7 @@ In the view page, add FileExplorer helper as shown below. {% endhighlight %} -In above code block, “Path” denotes the URL of filesystem that are to be explored in "FileExplorer" and “AjaxAction” specifies the URL of server side AJAX handling method that handles the file operations of FileExplorer control. So “[Path](http://help.syncfusion.com/js/api/ejfileexplorer#members:path)” and “[AjaxAction](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxaction)” are the mandatory configuration at here. +In above code block, “Path” denotes the URL of filesystem that are to be explored in "FileExplorer" and “AjaxAction” specifies the URL of server side AJAX handling method that handles the file operations of FileExplorer control. So “[Path](https://help.syncfusion.com/api/js/ejfileexplorer#members:path)” and “[AjaxAction](https://help.syncfusion.com/api/js/ejfileexplorer#members:ajaxaction)” are the mandatory configuration at here. Add the following code example to the corresponding controller page. diff --git a/aspnetmvc/FileExplorer/Localization.md b/aspnetmvc/FileExplorer/Localization.md index 75eb0d8ae..0031652c6 100644 --- a/aspnetmvc/FileExplorer/Localization.md +++ b/aspnetmvc/FileExplorer/Localization.md @@ -112,7 +112,7 @@ The below table lists out the keys with corresponding texts in English culture. ## Change the Culture -The language of the FileExplorer can be changed by the “[Locale](http://help.syncfusion.com/js/api/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to specify in the standard format as **[Language Code]-[County/Region Code]**. +The language of the FileExplorer can be changed by the “[Locale](https://help.syncfusion.com/api/js/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to specify in the standard format as **[Language Code]-[County/Region Code]**. For example the culture code for German is “**de-DE**”. diff --git a/aspnetmvc/FileExplorer/Multiple-Selection.md b/aspnetmvc/FileExplorer/Multiple-Selection.md index e5be978a7..d2aa52bce 100644 --- a/aspnetmvc/FileExplorer/Multiple-Selection.md +++ b/aspnetmvc/FileExplorer/Multiple-Selection.md @@ -8,7 +8,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Multiple --- # Multiple Selection -The FileExplorer allows the user to select multiple files by enabling the “[AllowMultiSelection](http://help.syncfusion.com/js/api/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful on copy pasting multiple files, deleting multiple files and downloading multiple files. In another way, multiple files can be selected by mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files. +The FileExplorer allows the user to select multiple files by enabling the “[AllowMultiSelection](https://help.syncfusion.com/api/js/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful on copy pasting multiple files, deleting multiple files and downloading multiple files. In another way, multiple files can be selected by mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files. The [select](https://help.syncfusion.com/api/js/ejfileexplorer#events:select) event will be triggered when the items of FileExplorer control is selected. Also [unselect](https://help.syncfusion.com/api/js/ejfileexplorer#events:unselect) event will be triggered when the items of FileExplorer control is unselected. diff --git a/aspnetmvc/FileExplorer/Overview.md b/aspnetmvc/FileExplorer/Overview.md index c78e6c5e8..98109dccf 100644 --- a/aspnetmvc/FileExplorer/Overview.md +++ b/aspnetmvc/FileExplorer/Overview.md @@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Overview # Overview The EJ MVC FileExplorer component provides all the functionalities that is available in [EJ FileExplorer](https://help.syncfusion.com/js/fileexplorer/overview#), since it is a server side wrapper of [EJ FileExplorer](https://help.syncfusion.com/js/fileexplorer/overview#) widget. It is an interface for managing the file system through any web application. It allows the user to perform the most common file operations such as browse files, open, create, rename, copy, paste or move, delete and file searching. -For a live demo of FileExplorer check the online sample from [here](https://mvc.syncfusion.com/demos/web/fileexplorer/default#). +For a live demo of FileExplorer check the online sample from [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform). N> The FileExplorer control was officially added with the Essential Studio ASP.NET MVC package from the v13.1 release only. diff --git a/aspnetmvc/FileExplorer/Resizing.md b/aspnetmvc/FileExplorer/Resizing.md index f74ca30a4..8974210c9 100644 --- a/aspnetmvc/FileExplorer/Resizing.md +++ b/aspnetmvc/FileExplorer/Resizing.md @@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Resizing The FileExplorer has the resize support through the resize handle which appears at right-bottom corner of footer. By clicking the resize handle the user can resize the FileExplorer through the UI. While resizing the dimension of the FileExplorer is automatically adjusted. -The resize behavior can be enabled through the “[EnableResize](http://help.syncfusion.com/js/api/ejfileexplorer#members:enableresize)” property. +The resize behavior can be enabled through the “[EnableResize](https://help.syncfusion.com/api/js/ejfileexplorer#members:enableresize)” property. In the view page, add FileExplorer helper with resizable option as shown below @@ -48,7 +48,7 @@ In the view page, add FileExplorer helper with responsive option ## Restriction on Resize -You can restrict the dimension of the FileExplorer by setting the “[MinHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:minheight)”, “[MaxHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxheight)”,  “[MinWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:minwidth)” and “[MaxWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer. +You can restrict the dimension of the FileExplorer by setting the “[MinHeight](https://help.syncfusion.com/api/js/ejfileexplorer#members:minheight)”, “[MaxHeight](https://help.syncfusion.com/api/js/ejfileexplorer#members:maxheight)”,  “[MinWidth](https://help.syncfusion.com/api/js/ejfileexplorer#members:minwidth)” and “[MaxWidth](https://help.syncfusion.com/api/js/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer. In the view page, add FileExplorer helper and set resize option within particular region. diff --git a/aspnetmvc/FileExplorer/Toolbar.md b/aspnetmvc/FileExplorer/Toolbar.md index a7bbd68ca..1e5533891 100644 --- a/aspnetmvc/FileExplorer/Toolbar.md +++ b/aspnetmvc/FileExplorer/Toolbar.md @@ -216,7 +216,7 @@ In the view page, add FileExplorer helper and specify “ShowToolbar” as false ## Toolbar Configuration -As you can see the available toolbar items from [here](#_Toolbar_items). From the list of available items, you can configure and group your required toolbar items only through the “[Tools](http://help.syncfusion.com/js/api/ejfileexplorer#members:tools)” property. And also you can arrange the toolbar items by the “[ToolsList](http://help.syncfusion.com/js/api/ejfileexplorer#members:toolslist)” property. +As you can see the available toolbar items from [here](#_Toolbar_items). From the list of available items, you can configure and group your required toolbar items only through the “[Tools](http://help.syncfusion.com/js/api/ejfileexplorer#members:tools)” property. And also you can arrange the toolbar items by the “[ToolsList](https://help.syncfusion.com/api/js/ejfileexplorer#members:toolslist)” property. In the view page, create the tools list and add FileExplorer helper as shown below @@ -268,7 +268,7 @@ In the view page, create the tools list and add FileExplorer helper as shown bel ## Search bar -The Search bar can be customize through the “[FilterSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings)” property. By default the search doesn’t consider the case sensitivity, and the search works based on “[FilterType](http://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings-filtertype)”. +The Search bar can be customize through the “[FilterSettings](https://help.syncfusion.com/api/js/ejfileexplorer#members:filtersettings)” property. By default the search doesn’t consider the case sensitivity, and the search works based on “[FilterType](https://help.syncfusion.com/api/js/ejfileexplorer#members:filtersettings-filtertype)”. The FileExplorer allows the following filter types in the search functionality. @@ -300,7 +300,7 @@ In the view page, you can configure the filter type with enabling case sensitivi ## Custom Tool in Toolbar From the [toolbar items ](#_Toolbar_items)you can see the list of built-in tools to perform the operations. Along with this built-in tools, you can add your custom tool with the custom functionality. -You can find an online demo sample of FileExplorer with custom tool from [here](http://mvc.syncfusion.com/demos/web/fileexplorer/customtool#). +You can find an online demo sample of FileExplorer with custom tool from [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform). In the view page, add FileExplorer helper and specify custom tool as shown below @@ -358,9 +358,9 @@ In the view page, add FileExplorer helper and specify custom tool as shown below Each toolbar item can be enabled or disabled through the below client-side public methods. -* [enableToolbarItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:enabletoolbaritem) +* [enableToolbarItem](https://help.syncfusion.com/api/js/ejfileexplorer#methods:enabletoolbaritem) -* [disableToolbarItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:disabletoolbaritem) +* [disableToolbarItem](https://help.syncfusion.com/api/js/ejfileexplorer#methods:disabletoolbaritem) These methods accepts the tool name as the parameter. It also allows the parameter as tool item index or the jQuery object of the tool item. @@ -399,7 +399,7 @@ If you want to enable / disable the custom added tool in toolbar, you need to pa ## Customizing the Upload Functionality -FileExplorer helps you to upload the file using “[Upload](http://help.syncfusion.com/js/uploadbox/overview#)” component. File upload can be done through the toolbar item or context menu item. The “[UploadSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:uploadsettings)” property is used to configure the upload functionalities. +FileExplorer helps you to upload the file using “[Upload](https://help.syncfusion.com/js/uploadbox/overview)” component. File upload can be done through the toolbar item or context menu item. The “[UploadSettings](https://help.syncfusion.com/js/api/ejfileexplorer)” property is used to configure the upload functionalities. This property has the below sub properties with the default values: @@ -449,7 +449,7 @@ To know more details, please check the below reference link and sample. [Reference Link](https://stackoverflow.com/questions/16287706/how-to-upload-large-files-using-mvc-4?answertab=active#tab-top) -[Sample](http://www.syncfusion.com/downloads/support/directtrac/210600/ze/UploadFileSizeProblem-1398338221.zip) +[Sample](https://www.syncfusion.com/downloads/support/directtrac/210600/ze/UploadFileSizeProblem-1398338221.zip) **AutoUpload**: when you enable this property, the upload action performed automatically after select the files. When you disable this property, it shows a confirmation dialog with the selected file details and perform the upload action on press the “upload” button. diff --git a/aspnetmvc/Gantt/Baseline.md b/aspnetmvc/Gantt/Baseline.md index d79a7240b..04545f95e 100644 --- a/aspnetmvc/Gantt/Baseline.md +++ b/aspnetmvc/Gantt/Baseline.md @@ -28,7 +28,7 @@ The following code example shows how to enable baseline in Gantt control. {% endhighlight %} -[Click](https://mvc.syncfusion.com/demos/web/gantt/baseline) here to view the online demo sample for baselines in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for baselines in Gantt. The following screenshot shows the baseline in Gantt control. diff --git a/aspnetmvc/Gantt/Columns.md b/aspnetmvc/Gantt/Columns.md index 081e3b82e..5454f21c2 100644 --- a/aspnetmvc/Gantt/Columns.md +++ b/aspnetmvc/Gantt/Columns.md @@ -47,9 +47,9 @@ It is possible to format a column using `Load` event. The following code example {% endhighlight %} -N> For more numeric format strings, please refer to this [link](https://msdn.microsoft.com/library/dwhawy9k(v=vs.100).aspx). +N> For more numeric format strings, please refer to this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dwhawy9k(v=vs.100)?redirectedfrom=MSDN). -N> For more date format strings, please refer to this [link](https://msdn.microsoft.com/library/az4se3k1(v=vs.100).aspx). +N> For more date format strings, please refer to this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/az4se3k1(v=vs.100)?redirectedfrom=MSDN). ## Column Resizing diff --git a/aspnetmvc/Gantt/Context-Menu.md b/aspnetmvc/Gantt/Context-Menu.md index 56ac9a7ef..7b86ab60f 100644 --- a/aspnetmvc/Gantt/Context-Menu.md +++ b/aspnetmvc/Gantt/Context-Menu.md @@ -125,4 +125,4 @@ The screenshot of the custom context menu items in Gantt control is as follows. ![](Context-Menu_images/Context-Menu_img3.png) -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttcontextmenu) here to view the online demo sample for custom context menu in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for custom context menu in Gantt. diff --git a/aspnetmvc/Gantt/Critical-feature.md b/aspnetmvc/Gantt/Critical-feature.md index add1e5156..bceea8aa3 100644 --- a/aspnetmvc/Gantt/Critical-feature.md +++ b/aspnetmvc/Gantt/Critical-feature.md @@ -34,7 +34,7 @@ You can enable/disable the critical path in Gantt by using toolbar button, and t ![](criticalfeature_images/criticalfeature_img1.jpeg) -[Click](https://mvc.syncfusion.com/demos/web/gantt/criticalpath) here to view the online demo sample for critical path in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for critical path in Gantt. ## Using Method diff --git a/aspnetmvc/Gantt/Customizations.md b/aspnetmvc/Gantt/Customizations.md index 23beac49e..48888986b 100644 --- a/aspnetmvc/Gantt/Customizations.md +++ b/aspnetmvc/Gantt/Customizations.md @@ -60,7 +60,7 @@ The following code example shows how to define template for taskbars in Gantt. The DOM structure and class names mentioned in the above code snippet is mandatory for providing the editing support in custom templates. -[Click](https://mvc.syncfusion.com/demos/web/gantt/gantttaskbartemplate) here to view the online demo sample for Taskbar templates in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for Taskbar templates in Gantt. The following screenshot shows the template for taskbars in Gantt. @@ -122,7 +122,7 @@ It is possible to customize the task labels with templates, by using `RightTaskL {% endhighlight %} -You can find the online demo sample for task label templates in Gantt [here](https://mvc.syncfusion.com/demos/web/gantt/gantttasklabeltemplate) +You can find the online demo sample for task label templates in Gantt [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) The following screenshot shows Gantt with task label templates. @@ -267,7 +267,7 @@ TreeGrid part tooltip can also be customized using `CellTooltipTemplate` propert ![ASP.NET MVC Gantt cell tooltip](Customization_images/Customization_img5.png) -You can find the online demo sample for tooltip templates for taskbars [here](https://mvc.syncfusion.com/demos/web/gantt/gantttooltiptemplate) +You can find the online demo sample for tooltip templates for taskbars [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) ### Taskbar Editing Tooltip diff --git a/aspnetmvc/Gantt/Data-Binding.md b/aspnetmvc/Gantt/Data-Binding.md index fa718d07e..f58840d5d 100644 --- a/aspnetmvc/Gantt/Data-Binding.md +++ b/aspnetmvc/Gantt/Data-Binding.md @@ -249,7 +249,7 @@ The following screenshot shows the output of the above steps. ![](Data-Binding_images/Data-Binding_img2.png) -You can find the online demo sample for binding self-referential data [here](https://mvc.syncfusion.com/demos/web/gantt/ganttselfreference) +You can find the online demo sample for binding self-referential data [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) ## Remote data @@ -343,4 +343,4 @@ The below code example shows how to use this property. {% endhighlight %} -You can find the online demo sample of Gantt with virtualization mode [here](https://mvc.syncfusion.com/demos/web/gantt/virtualization). \ No newline at end of file +You can find the online demo sample of Gantt with virtualization mode [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform). \ No newline at end of file diff --git a/aspnetmvc/Gantt/Duration-units.md b/aspnetmvc/Gantt/Duration-units.md index 46bcc01b8..610c32614 100644 --- a/aspnetmvc/Gantt/Duration-units.md +++ b/aspnetmvc/Gantt/Duration-units.md @@ -118,7 +118,7 @@ Duration units for the tasks can also be defined along with the duration values, The below sample explains the task's duration unit in Gantt. -[Duration Unit](https://mvc.syncfusion.com/demos/web/gantt/ganttdurationunits) +[Duration Unit](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) The below screen shot shows different duration unit support in Gantt control. @@ -154,4 +154,4 @@ ej.Gantt.Locale["en-US"] = { N> **durationUnitTexts** property is used to display the unit of duration in columns and taskbar tooltips. N> **durationUnitEditText** property is used to save the edited duration unit value on editing action. -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttdurationunits) here to view the online demo sample for mapping the duration units. \ No newline at end of file +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for mapping the duration units. \ No newline at end of file diff --git a/aspnetmvc/Gantt/Editing.md b/aspnetmvc/Gantt/Editing.md index f8124e15d..2f08ab969 100644 --- a/aspnetmvc/Gantt/Editing.md +++ b/aspnetmvc/Gantt/Editing.md @@ -363,7 +363,7 @@ Task dependency can be deleted by using edit dialog and [`deleteDependency`](/ap ![](Editing_images/Predecessor_Editing_Dialog.png) -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttediting) here to view the online demo sample for editing in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for editing in Gantt. ## Update Gantt record value dynamically diff --git a/aspnetmvc/Gantt/Exporting.md b/aspnetmvc/Gantt/Exporting.md index 90bf80a49..c57d35d44 100644 --- a/aspnetmvc/Gantt/Exporting.md +++ b/aspnetmvc/Gantt/Exporting.md @@ -233,7 +233,7 @@ public partial class GanttController : Controller {% endhighlight %} {% endtabs %} -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttmultipleexporting) here to view the online demo sample for multiple exporting. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for multiple exporting. ## Export Theme The Gantt export supports the below themes, @@ -355,7 +355,7 @@ The following code snippets shows how to bind `ServerExcelQueryCellInfo` event i {% endhighlight %} -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttconditionalexporting) here to view the online demo sample with above code example. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample with above code example. N> Refer this [link](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.XlsIO.IExtendedFormat.html) to know more about what are the properties are available in Excel cell and it's type values. @@ -448,9 +448,9 @@ The following code snippets shows how to bind `ServerPdfQueryCellInfo` event in } {% endhighlight %} -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttconditionalexporting) here to view the online demo sample with above code example. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample with above code example. -N> Refer this [link](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.EJ.Export.PdfTreeGridCellStyle.html) to know more about what are the properties are available in PDF cell and it's type values. +N> Refer this [link](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.EJ.Export.PdfTreeGridCellStyle.html) to know more about what are the properties are available in PDF cell and it's type values. ### Customize PDF taskbar @@ -534,4 +534,4 @@ The following code snippets shows how to bind `ServerPdfQueryTaskbarInfo` event } {% endhighlight %} -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttconditionalexporting) here to view the online demo sample with above code example. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample with above code example. diff --git a/aspnetmvc/Gantt/Getting-Started.md b/aspnetmvc/Gantt/Getting-Started.md index 875e36a66..5e80cd9c1 100644 --- a/aspnetmvc/Gantt/Getting-Started.md +++ b/aspnetmvc/Gantt/Getting-Started.md @@ -54,7 +54,7 @@ In this tutorial, you will learn how to create a simple Gantt chart, add tasks a Simple Gantt chart {:.caption} -1. First, create a new MVC Razor project; please refer [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) documentation to create new project and add necessary DLL’s and script files. +1. First, create a new MVC Razor project; please refer [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) documentation to create new project and add necessary DLL’s and script files. 2. Create a data source in Controllers/HomeController.cs file, We can bind datasource to Gantt using Datasource property. diff --git a/aspnetmvc/Gantt/HistogramView.md b/aspnetmvc/Gantt/HistogramView.md index c6e59eef5..0d38070c2 100644 --- a/aspnetmvc/Gantt/HistogramView.md +++ b/aspnetmvc/Gantt/HistogramView.md @@ -139,7 +139,7 @@ The following screenshot shows the resource histogram with project view Gantt. ![](HistogramView_images/HistogramView_1.png) Please find our online demo sample for further reference -[ResourceHistogram](https://mvc.syncfusion.com/demos/web/gantt/histogramview) +[ResourceHistogram](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) ### Synchronize with resource view The following code snippet shows how to synchronize the resource histogram view Gantt with resource view Gantt. diff --git a/aspnetmvc/Gantt/Holidays.md b/aspnetmvc/Gantt/Holidays.md index 30ecf7a7d..c0370f2c7 100644 --- a/aspnetmvc/Gantt/Holidays.md +++ b/aspnetmvc/Gantt/Holidays.md @@ -37,4 +37,4 @@ The following screenshot shows the output of Holidays in Gantt control. ![](Holidays_images/Holidays_img1.png) -We can also load holidays from SQL database into Gantt. [Click](https://www.syncfusion.com/kb/8566/how-to-load-holidays-from-database-into-gantt) here to view our knowledge base for this. +We can also load holidays from SQL database into Gantt. [Click](https://support.syncfusion.com/kb/article/7574/how-to-load-holidays-from-database-into-gantt) here to view our knowledge base for this. diff --git a/aspnetmvc/Gantt/Keyboard-navigation.md b/aspnetmvc/Gantt/Keyboard-navigation.md index a0d589641..449e95f13 100644 --- a/aspnetmvc/Gantt/Keyboard-navigation.md +++ b/aspnetmvc/Gantt/Keyboard-navigation.md @@ -30,4 +30,4 @@ Gantt control supports the following keyboard shortcuts for performing various a **Right** **Arrow** **:** To expand the selected parent task. -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttkeynavigation) here to view the sample for keyboard navigation. \ No newline at end of file +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the sample for keyboard navigation. \ No newline at end of file diff --git a/aspnetmvc/Gantt/Rows.md b/aspnetmvc/Gantt/Rows.md index a2dd5431a..8eb4b1f68 100644 --- a/aspnetmvc/Gantt/Rows.md +++ b/aspnetmvc/Gantt/Rows.md @@ -122,7 +122,7 @@ The following screenshot depicts a row drag and drop in the Gantt widget. ![](Rows_images/Rows_img4.png) -[Click](http://mvc.syncfusion.com/demos/web/gantt/ganttdraganddrop) here to view the online demo sample for row drag and drop in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for row drag and drop in Gantt. ### Customizing drag tooltip diff --git a/aspnetmvc/Gantt/Schedule-Modes.md b/aspnetmvc/Gantt/Schedule-Modes.md index d6106336f..c338740d3 100644 --- a/aspnetmvc/Gantt/Schedule-Modes.md +++ b/aspnetmvc/Gantt/Schedule-Modes.md @@ -194,7 +194,7 @@ The value `Auto`, automatically calculates the schedule header depending on the ![](Schedule-Modes_images/Schedule-Modes_img6.png) -[Click](http://mvc.syncfusion.com/demos/web/gantt/ganttschedulemodes) here to view the timescale modes in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the timescale modes in Gantt. ## Customize automatic timescale update action diff --git a/aspnetmvc/Gantt/Task-Scheduling-modes.md b/aspnetmvc/Gantt/Task-Scheduling-modes.md index 4e52412f9..3a12258d1 100644 --- a/aspnetmvc/Gantt/Task-Scheduling-modes.md +++ b/aspnetmvc/Gantt/Task-Scheduling-modes.md @@ -118,7 +118,7 @@ When the `TaskSchedulingMode` property is set as `Custom`, the scheduling mode f {% endtabs %} -[Click](https://mvc.syncfusion.com/demos/web/gantt/gantttaskschedulingmode) here to view the online demo sample for task scheduling modes. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for task scheduling modes. The following screen shot depicts a project with custom scheduling mode, where both automatic and manual scheduling modes are mapped to the tasks. diff --git a/aspnetmvc/Gantt/Toolbar.md b/aspnetmvc/Gantt/Toolbar.md index 2599fcfab..9a4528f4a 100644 --- a/aspnetmvc/Gantt/Toolbar.md +++ b/aspnetmvc/Gantt/Toolbar.md @@ -134,6 +134,6 @@ function create(args) { ![](Toolbar_images/Toolbar_img2.png) -[Click](http://mvc.syncfusion.com/demos/web/gantt/gantttoolbartemplate) here to view the demo sample for custom toolbar item +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the demo sample for custom toolbar item diff --git a/aspnetmvc/Gantt/WorkBreakdownStructure.md b/aspnetmvc/Gantt/WorkBreakdownStructure.md index ff1708c53..0d89d43ef 100644 --- a/aspnetmvc/Gantt/WorkBreakdownStructure.md +++ b/aspnetmvc/Gantt/WorkBreakdownStructure.md @@ -26,4 +26,4 @@ The below screenshot depicts the output of above code example. ![](WorkBreakdownStructure_images/wbs_img1.png) -[Click](https://mvc.syncfusion.com/demos/web/gantt/ganttwbs) here to view the online demo sample for WBS in Gantt. +[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for WBS in Gantt. diff --git a/aspnetmvc/Gantt/Working-time-range.md b/aspnetmvc/Gantt/Working-time-range.md index 60bb39892..487f171cb 100644 --- a/aspnetmvc/Gantt/Working-time-range.md +++ b/aspnetmvc/Gantt/Working-time-range.md @@ -33,7 +33,7 @@ N> 2. `DayWorkingTime` property is used to define the working time for the whole The below demo explains the working time range in Gantt. -[Working Time Range](https://mvc.syncfusion.com/demos/web/gantt/ganttworkingtimerange) +[Working Time Range](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) The following screen shot shows working time range in Gantt control.