diff --git a/aspnet-core/Accordion/Keyboard-Navigation.md b/aspnet-core/Accordion/Keyboard-Navigation.md
index 5e59ac8b..49704661 100644
--- a/aspnet-core/Accordion/Keyboard-Navigation.md
+++ b/aspnet-core/Accordion/Keyboard-Navigation.md
@@ -18,7 +18,7 @@ Shortcut Key
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses into the accordion control |
|
diff --git a/aspnet-core/Autocomplete/Data-Binding.md b/aspnet-core/Autocomplete/Data-Binding.md
index 5138c969..91b35421 100644
--- a/aspnet-core/Autocomplete/Data-Binding.md
+++ b/aspnet-core/Autocomplete/Data-Binding.md
@@ -198,7 +198,7 @@ The below following types are used to bind remote datasource to an AutoComplete
### OData
-OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/) URL directly to the dataManager URL property.
+OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the dataManager URL property.
{% highlight html %}
diff --git a/aspnet-core/Autocomplete/How-To.md b/aspnet-core/Autocomplete/How-To.md
index 79b3618e..3d0e1159 100644
--- a/aspnet-core/Autocomplete/How-To.md
+++ b/aspnet-core/Autocomplete/How-To.md
@@ -67,7 +67,7 @@ The following screenshot exhibits the output of the above code.
## URL,Web API adaptor server side filtering
-When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://www.syncfusion.com/kb/4300/server-side-api-for-datamanager-operations) before returning data to the client side.
+When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://support.syncfusion.com/kb/article/4411/server-side-api-for-datamanager-operations) before returning data to the client side.
This change is applicable for all operations that needs to fetch altered data from Data source like filter, search etc.
diff --git a/aspnet-core/Autocomplete/Keyboard-Interaction.md b/aspnet-core/Autocomplete/Keyboard-Interaction.md
index 21c59b88..210f9f07 100644
--- a/aspnet-core/Autocomplete/Keyboard-Interaction.md
+++ b/aspnet-core/Autocomplete/Keyboard-Interaction.md
@@ -20,7 +20,7 @@ Shortcut Key |
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses into the AutoComplete text box |
|
diff --git a/aspnet-core/Autocomplete/Validation.md b/aspnet-core/Autocomplete/Validation.md
index 98c3da80..71758c66 100644
--- a/aspnet-core/Autocomplete/Validation.md
+++ b/aspnet-core/Autocomplete/Validation.md
@@ -11,7 +11,7 @@ documentation: ug
You can validate the Autocomplete `value` on form submission by applying `validation-rules` and `validation-message` to the Autocomplete.
-N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation).
+N> [jquery.validate.min](https://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](https://jqueryvalidation.org/documentation).
## Validation Rules
diff --git a/aspnet-core/CheckBox/Easy-customization.md b/aspnet-core/CheckBox/Easy-customization.md
index 4b58a4f1..80e35567 100644
--- a/aspnet-core/CheckBox/Easy-customization.md
+++ b/aspnet-core/CheckBox/Easy-customization.md
@@ -57,7 +57,7 @@ Checkbox in binary states
## Enable Tri-State
-Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](http://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](http://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.
+Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](https://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](https://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.
When you enable Tri-state, then the Checkbox includes the indeterminate state. The Checkbox has three states. Enable the enable-tri-state property specifies to enable or disable the Tri-State option for Checkbox.
diff --git a/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md b/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md
index 4c7ffca3..6f7c8f3d 100644
--- a/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md
+++ b/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md
@@ -20,7 +20,7 @@ Shortcut Key |
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses the control |
@@ -55,7 +55,7 @@ currencyAttribute.Add("accesskey", "j");
{% endhighlight %}
-Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the CurrencyTextBox widget. Perform provided functionality by using keyboard shortcuts.
+Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the CurrencyTextBox widget. Perform provided functionality by using keyboard shortcuts.

diff --git a/aspnet-core/DataManager/Data-Binding.md b/aspnet-core/DataManager/Data-Binding.md
index 7e997083..2a234b27 100644
--- a/aspnet-core/DataManager/Data-Binding.md
+++ b/aspnet-core/DataManager/Data-Binding.md
@@ -169,7 +169,7 @@ The result of the above code example is illustrated as follows.
## OData V4
-The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](http://www.odata.org/documentation/).
+The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](https://www.odata.org/documentation/).
You can refer to the following code example for consuming OData v4 services and bind the result to the simple **HTML** table. In the the following code, `crossDomain` is enabled to make cross domain request.
diff --git a/aspnet-core/DatePicker/Behavior-Settings.md b/aspnet-core/DatePicker/Behavior-Settings.md
index 58c3b564..ed526ab7 100644
--- a/aspnet-core/DatePicker/Behavior-Settings.md
+++ b/aspnet-core/DatePicker/Behavior-Settings.md
@@ -52,7 +52,7 @@ N> You can change the **MinDate** and **MaxDate** value dynamically like **Value
Start and depth represents the view of Essential ASP.NET Core DatePicker calendar. DatePicker calendar has four different level of views, which are month, year, decade and century. It allows you to quick pick date from different months and years by navigating through different views.
-By default DatePicker starts with month view and can be drill down into year, decade and century. You can also change the start and depth level view by using [StartLevel](http://help.syncfusion.com/js/api/ejdatepicker#members:startlevel) and [DepthLevel](http://help.syncfusion.com/js/api/ejdatepicker#members:depthlevel) property. So that you can initiate DatePicker calendar to view at any level and control the navigation.
+By default DatePicker starts with month view and can be drill down into year, decade and century. You can also change the start and depth level view by using [StartLevel](https://help.syncfusion.com/js/api/ejdatepicker#members:startlevel) and [DepthLevel](https://help.syncfusion.com/js/api/ejdatepicker#members:depthlevel) property. So that you can initiate DatePicker calendar to view at any level and control the navigation.
* "Month" - shows the days in month to pick.
* "Year" - shows the months in year to pick.
@@ -79,7 +79,7 @@ By default DatePicker starts with month view and can be drill down into year, de
## Display Inline Mode
-The Essential ASP.NET Core DatePicker provides an option to act as calendar by setting the [DisplayInline](http://help.syncfusion.com/js/api/ejdatepicker#members:displayinline) property as true. In this mode the DatePicker calendar has been placed open state constantly to pick the date.
+The Essential ASP.NET Core DatePicker provides an option to act as calendar by setting the [DisplayInline](https://help.syncfusion.com/js/api/ejdatepicker#members:displayinline) property as true. In this mode the DatePicker calendar has been placed open state constantly to pick the date.
Refer below code example to represent DatePicker as calendar.
{% highlight cshtml %}
@@ -103,7 +103,7 @@ Refer below code example to represent DatePicker as calendar.
## Strict Mode
-Strict mode in Essential ASP.NET Core DatePicker allows you to enter valid or invalid date in input textbox, but an error class will get added to exhibit if it is an invalid date. When you set [EnableStrictMode](http://help.syncfusion.com/js/api/ejdatepicker#members:enablestrictmode) to false, DatePicker allows you to enter only the valid date or else it will resets with previous value.
+Strict mode in Essential ASP.NET Core DatePicker allows you to enter valid or invalid date in input textbox, but an error class will get added to exhibit if it is an invalid date. When you set [EnableStrictMode](https://help.syncfusion.com/js/api/ejdatepicker#members:enablestrictmode) to false, DatePicker allows you to enter only the valid date or else it will resets with previous value.
Also the valid date should be defined in specified range or else it resets to min or maximum date when the entered date is out of range
diff --git a/aspnet-core/DatePicker/Customization.md b/aspnet-core/DatePicker/Customization.md
index 852d6f7f..7e05fd20 100644
--- a/aspnet-core/DatePicker/Customization.md
+++ b/aspnet-core/DatePicker/Customization.md
@@ -12,7 +12,7 @@ The Essential ASP.NET Core DatePicker appearance can be customized using below l
## Set Dimension
-By default DatePicker has standard height and width (height: "30" and width: "143"). You can change this height and width by using [Height](http://help.syncfusion.com/js/api/ejdatepicker#members:height) and [Width](http://help.syncfusion.com/js/api/ejdatepicker#members:width) property respectively.
+By default DatePicker has standard height and width (height: "30" and width: "143"). You can change this height and width by using [Height](https://help.syncfusion.com/js/api/ejdatepicker#members:height) and [Width](https://help.syncfusion.com/js/api/ejdatepicker#members:width) property respectively.
{% highlight cshtml %}
@@ -63,7 +63,7 @@ Since Essential ASP.NET Core DatePicker is a form control and you can make it as
## Show Footer
-You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](http://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.
+You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](https://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.
{% highlight cshtml %}
@@ -91,7 +91,7 @@ N> Footer contains the today button to quickly navigate to the current date. By
## Show Popup Button
-The Essential ASP.NET Core DatePicker input textbox contains a button to open the DatePicker calendar. You can hide this DatePicker calendar button using [ShowPopupButton](http://help.syncfusion.com/js/api/ejdatepicker#members:showpopupbutton) value as false.
+The Essential ASP.NET Core DatePicker input textbox contains a button to open the DatePicker calendar. You can hide this DatePicker calendar button using [ShowPopupButton](https://help.syncfusion.com/js/api/ejdatepicker#members:showpopupbutton) value as false.
By hiding this button, you can open the DatePicker by focusing the input textbox element itself.
@@ -119,7 +119,7 @@ By hiding this button, you can open the DatePicker by focusing the input textbox
## Show Other Months
-You can show or hide the other month days from the Essential ASP.NET Core DatePicker calendar by using [ShowOtherMonths](http://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.
+You can show or hide the other month days from the Essential ASP.NET Core DatePicker calendar by using [ShowOtherMonths](https://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.
{% highlight cshtml %}
@@ -144,7 +144,7 @@ You can show or hide the other month days from the Essential ASP.NET Core DatePi
## Highlight Special Date
-The Essential ASP.NET Core DatePicker allows you to highlight the special dates in ASP.NET Core DatePicker calendar by using [SpecialDates](http://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) property. It receives the list of "dataSpecial" date fields such as, in which the data should contain the date value, icon CSS class and tooltip as field values with any names.
+The Essential ASP.NET Core DatePicker allows you to highlight the special dates in ASP.NET Core DatePicker calendar by using [SpecialDates](https://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) property. It receives the list of "dataSpecial" date fields such as, in which the data should contain the date value, icon CSS class and tooltip as field values with any names.
Special Date property has following properties,
diff --git a/aspnet-core/DatePicker/Display-Format.md b/aspnet-core/DatePicker/Display-Format.md
index 1b29629d..0c55b11e 100644
--- a/aspnet-core/DatePicker/Display-Format.md
+++ b/aspnet-core/DatePicker/Display-Format.md
@@ -82,7 +82,7 @@ The full four digit year
|
## Date Format
-Each culture has some specific date format. Date format defines a format or structure of the displayed date in the textbox of EJMVC DatePicker component. You can change the date format by using [DateFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:dateformat) property
+Each culture has some specific date format. Date format defines a format or structure of the displayed date in the textbox of EJMVC DatePicker component. You can change the date format by using [DateFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:dateformat) property
The standard formats are listed as follows
@@ -159,7 +159,7 @@ N> by default date format is based on culture specific. You have to refer the re
## Header Format
-EJMVC DatePicker calendar consists of header, day header, days and footer section. In which header section shows the current view of DatePicker calendar by displaying the selected day or month or year. It can be formatted as like date format by using [HeaderFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:headerformat) property.
+EJMVC DatePicker calendar consists of header, day header, days and footer section. In which header section shows the current view of DatePicker calendar by displaying the selected day or month or year. It can be formatted as like date format by using [HeaderFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:headerformat) property.
{% highlight cshtml %}
@@ -182,7 +182,7 @@ EJMVC DatePicker calendar consists of header, day header, days and footer sectio
## Day Header
-Day header determines the days name to be displayed in terms of short, medium and long in EJMVC DatePicker calendar by using [DayHeaderFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:dayheaderformat) property. Also the DatePicker calendar size varies with this specified values.
+Day header determines the days name to be displayed in terms of short, medium and long in EJMVC DatePicker calendar by using [DayHeaderFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:dayheaderformat) property. Also the DatePicker calendar size varies with this specified values.
{% highlight cshtml %}
@@ -205,9 +205,9 @@ Day header determines the days name to be displayed in terms of short, medium an
## Tooltip with Formatting
-The EJMVC DatePicker calendar shows tooltip on hovering the date by specifying the formatted date of hovered date. Its helps you to get clear view about the date going to select. You can show or hide this tooltip option by using [ShowTooltip](http://help.syncfusion.com/js/api/ejdatepicker#members:showtooltip ) property.
+The EJMVC DatePicker calendar shows tooltip on hovering the date by specifying the formatted date of hovered date. Its helps you to get clear view about the date going to select. You can show or hide this tooltip option by using [ShowTooltip](https://help.syncfusion.com/js/api/ejdatepicker#members:showtooltip ) property.
-You can also change the format of tooltip by using [TooltipFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:tooltipformat) property. Below codes example allows to show tooltip and format its value.
+You can also change the format of tooltip by using [TooltipFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:tooltipformat) property. Below codes example allows to show tooltip and format its value.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/Globalization.md b/aspnet-core/DatePicker/Globalization.md
index d33b1eb6..10dc4081 100644
--- a/aspnet-core/DatePicker/Globalization.md
+++ b/aspnet-core/DatePicker/Globalization.md
@@ -11,7 +11,7 @@ documentation: ug
Essential ASP.NET Core DatePicker has been provided with built-in localization support, so that it will be able adapt based on culture specific locale defined for it.
More than 350 culture specific files are available to localize the date. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
@@ -65,7 +65,7 @@ N> To render the DatePicker Control you can use either Razor or Tag helper code
## Watermark and Today Button Text
-By default the EJMVC DatePicker input has “select date” as watermark text, you can change this value by using [WatermarkText](http://help.syncfusion.com/js/api/ejdatepicker#members:watermarktext) property. Also there’s a today button in DatePicker calendar which allows you to quick select the current date, you can change this value by using **ButtonText** property.
+By default the EJMVC DatePicker input has “select date” as watermark text, you can change this value by using [WatermarkText](https://help.syncfusion.com/js/api/ejdatepicker#members:watermarktext) property. Also there’s a today button in DatePicker calendar which allows you to quick select the current date, you can change this value by using **ButtonText** property.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/How-To.md b/aspnet-core/DatePicker/How-To.md
index 56bdd09c..a9bd86ec 100644
--- a/aspnet-core/DatePicker/How-To.md
+++ b/aspnet-core/DatePicker/How-To.md
@@ -10,19 +10,19 @@ documentation: ug
## Customizing template with range selection between two DatePicker.
-You can customize the date field to emphasize the particular dates in Essential ASP.NET Core DatePicker calendar with help of [SpecialDates](http://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) and set the date range using [MinDate](http://help.syncfusion.com/js/api/ejdatepicker#members:mindate) and [MaxDate](http://help.syncfusion.com/js/api/ejdatepicker#members:maxdate) property.
+You can customize the date field to emphasize the particular dates in Essential ASP.NET Core DatePicker calendar with help of [SpecialDates](https://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) and set the date range using [MinDate](https://help.syncfusion.com/js/api/ejdatepicker#members:mindate) and [MaxDate](http://help.syncfusion.com/js/api/ejdatepicker#members:maxdate) property.
## Validating the date value in server side
-The Essential ASP.NET Core DatePicker control, is a form control which allows us to validate the date value in client side and server side actions. Please refer from the [validation](https://www.syncfusion.com/kb/5433/how-to-achieve-the-required-field-validation-for-datepicker-control-in-asp-net-mvc) to know more about this with EJMVC DatePicker control.
+The Essential ASP.NET Core DatePicker control, is a form control which allows us to validate the date value in client side and server side actions. Please refer from the [validation](https://support.syncfusion.com/kb/article/5086/how-to-achieve-the-required-field-validation-for-datepicker-control-in-asp-net-mvc) to know more about this with EJMVC DatePicker control.
## Localize DatePicker with browser specific culture
-You can get the browser culture name at page load or document ready state. Based on the culture name, The Essential ASP.NET Core DatePicker can be initiated with that specific culture value by assigning to [Locale](http://help.syncfusion.com/js/api/ejdatepicker#members:locale) property.
+You can get the browser culture name at page load or document ready state. Based on the culture name, The Essential ASP.NET Core DatePicker can be initiated with that specific culture value by assigning to [Locale](https://help.syncfusion.com/js/api/ejdatepicker#members:locale) property.
## Disable specific dates to restrict user
-Essential ASP.NET Core DatePicker allows you to restrict date selection in specific range by using date range option. But you can also restrict selective date in DatePicker calendar by utilizing [BeforeDateCreate](http://help.syncfusion.com/js/api/ejdatepicker#events:beforedatecreate) event. This event will get triggered at each date creation. So you can disable the selective date in this event to restrict the user.
+Essential ASP.NET Core DatePicker allows you to restrict date selection in specific range by using date range option. But you can also restrict selective date in DatePicker calendar by utilizing [BeforeDateCreate](https://help.syncfusion.com/js/api/ejdatepicker#events:beforedatecreate) event. This event will get triggered at each date creation. So you can disable the selective date in this event to restrict the user.
{% highlight cshtml %}
@@ -74,7 +74,7 @@ Essential ASP.NET Core DatePicker allows you to restrict date selection in speci
## How to add clear button with DatePicker?
-Clear button can be included in the DatePicker control. In the `create` event of DatePicker, clear button element should be appended in the input element and event for clearing the value should bind with the clear button element. Refer the sample from the link [Clear button](http://jsplayground.syncfusion.com/mmdn4d0q) to know how to add the clear button with the DatePicker component. Based, on the theme loaded you can adjust the styles of the clear button.
+Clear button can be included in the DatePicker control. In the `create` event of DatePicker, clear button element should be appended in the input element and event for clearing the value should bind with the clear button element. Refer the sample from the link [Clear button](https://jsplayground.syncfusion.com/mmdn4d0q) to know how to add the clear button with the DatePicker component. Based, on the theme loaded you can adjust the styles of the clear button.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/Miscellaneous.md b/aspnet-core/DatePicker/Miscellaneous.md
index 7b074019..0bbfd949 100644
--- a/aspnet-core/DatePicker/Miscellaneous.md
+++ b/aspnet-core/DatePicker/Miscellaneous.md
@@ -10,7 +10,7 @@ documentation: ug
## Start Day
-By default EJMVC DatePicker calendar starts with "Sunday" and ends with "Monday". You can redefine this start day by using [StartDay](http://help.syncfusion.com/js/api/ejdatepicker#members:startday) property.
+By default EJMVC DatePicker calendar starts with "Sunday" and ends with "Monday". You can redefine this start day by using [StartDay](https://help.syncfusion.com/js/api/ejdatepicker#members:startday) property.
Refer below code to start Wednesday as start day.
@@ -39,7 +39,7 @@ N> To render the DatePicker Control you can use either Razor or Tag helper code
## Step Months
-The EJMVC DatePicker calendar allows you to quick navigate back and forth from one month to previous or next month by clicking the arrow button. By default it is navigate one by one month. You can also navigate by skipping months in odd or even or any count by using [StepMonths](http://help.syncfusion.com/js/api/ejdatepicker#members:stepmonths) property.
+The EJMVC DatePicker calendar allows you to quick navigate back and forth from one month to previous or next month by clicking the arrow button. By default it is navigate one by one month. You can also navigate by skipping months in odd or even or any count by using [StepMonths](https://help.syncfusion.com/js/api/ejdatepicker#members:stepmonths) property.
{% highlight cshtml %}
@@ -63,7 +63,7 @@ The EJMVC DatePicker calendar allows you to quick navigate back and forth from o
## Read Only
-You can make EJMVC DatePicker as read only by setting [ReadOnly](http://help.syncfusion.com/js/api/ejdatepicker#members:readonly) property as true. It allows only to read the value and it cannot be changed by interaction.
+You can make EJMVC DatePicker as read only by setting [ReadOnly](https://help.syncfusion.com/js/api/ejdatepicker#members:readonly) property as true. It allows only to read the value and it cannot be changed by interaction.
{% highlight cshtml %}
@@ -87,7 +87,7 @@ You can make EJMVC DatePicker as read only by setting [ReadOnly](http://help.syn
## Enable or Disable
-You can enable or disable the EJMVC DatePicker textbox by using [Enabled](http://help.syncfusion.com/js/api/ejdatepicker#members:enabled) property. In inline mode DatePicker calendar also gets enabled or disabled.
+You can enable or disable the EJMVC DatePicker textbox by using [Enabled](https://help.syncfusion.com/js/api/ejdatepicker#members:enabled) property. In inline mode DatePicker calendar also gets enabled or disabled.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/State-Persistence.md b/aspnet-core/DatePicker/State-Persistence.md
index 4705ed3c..6217b9a3 100644
--- a/aspnet-core/DatePicker/State-Persistence.md
+++ b/aspnet-core/DatePicker/State-Persistence.md
@@ -8,7 +8,7 @@ documentation: ug
---
# State Persistence
-You can sustain the entire widget model of EJMVC DatePicker even after form post or browser refresh by using [EnablePersistence](http://help.syncfusion.com/js/api/ejdatepicker#members:enablepersistence) property. So the entire model values such as
+You can sustain the entire widget model of EJMVC DatePicker even after form post or browser refresh by using [EnablePersistence](https://help.syncfusion.com/js/api/ejdatepicker#members:enablepersistence) property. So the entire model values such as
* Selected date
* Highlighted date
diff --git a/aspnet-core/DateRangePicker/globalization.md b/aspnet-core/DateRangePicker/globalization.md
index fd8e6b78..16359571 100644
--- a/aspnet-core/DateRangePicker/globalization.md
+++ b/aspnet-core/DateRangePicker/globalization.md
@@ -13,7 +13,7 @@ DateRangePicker, has built in support with Localization. so, it allows users to
Essential ASP.NET Core DateRangePicker has been provided with built-in localization support, so that it can adapt based on culture specific locale defined for it.
More than 350 culture specific files are available to localize the DateRangePicker. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
diff --git a/aspnet-core/DateTimePicker/Localization.md b/aspnet-core/DateTimePicker/Localization.md
index bf99c32f..2165a66a 100644
--- a/aspnet-core/DateTimePicker/Localization.md
+++ b/aspnet-core/DateTimePicker/Localization.md
@@ -14,7 +14,7 @@ You can globalize your DateTimePicker control. People of different culture can m
Essential ASP.NET MVC DateTimePicker has been provided with built-in localization support, so that it can adapt based on culture specific locale defined for it.
More than 350 culture specific files are available to localize the datetime. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
diff --git a/aspnet-core/DropDownList/Accessibility.md b/aspnet-core/DropDownList/Accessibility.md
index f1b99acf..c104320c 100644
--- a/aspnet-core/DropDownList/Accessibility.md
+++ b/aspnet-core/DropDownList/Accessibility.md
@@ -29,7 +29,7 @@ Keyboard shortcut keys are,
|
- {{'[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j
+ {{'[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j
|
diff --git a/aspnet-core/DropDownList/Customization.md b/aspnet-core/DropDownList/Customization.md
index a1a3857c..fa940e52 100644
--- a/aspnet-core/DropDownList/Customization.md
+++ b/aspnet-core/DropDownList/Customization.md
@@ -90,7 +90,7 @@ You can use ShowRoundedCorner property to add rounded borders to the input and p

-I> The browser support details for rounded corner is given [here](http://www.w3schools.com/cssref/css3_pr_border-radius.asp).
+I> The browser support details for rounded corner is given [here](https://www.w3schools.com/cssref/css3_pr_border-radius.asp).
## Enable/Disable the control
diff --git a/aspnet-core/DropDownList/DataBinding.md b/aspnet-core/DropDownList/DataBinding.md
index e1c766f2..90ea73ae 100644
--- a/aspnet-core/DropDownList/DataBinding.md
+++ b/aspnet-core/DropDownList/DataBinding.md
@@ -269,7 +269,7 @@ To bind remote data to the DropDownList, you can assign a service data as an ins
### OData
-OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/) URL directly to the Datasource URL property.
+OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the Datasource URL property.
{% highlight CSHTML %}
@@ -285,7 +285,7 @@ OData is a standardized protocol for creating and consuming data. You can provi
For OData Version 4 support ODataV4Adaptor should be used. By using URL property of Datasource, you can bind OData Version 4 Service link and specify Adaptor value as enum AdaptorType.ODataV4Adaptor.
-For further details about OData service please refer [the link](http://www.odata.org/).
+For further details about OData service please refer [the link](https://www.odata.org/).
{% highlight CSHTML %}
diff --git a/aspnet-core/DropDownList/Functionalities.md b/aspnet-core/DropDownList/Functionalities.md
index 2ff9db6f..9273490f 100644
--- a/aspnet-core/DropDownList/Functionalities.md
+++ b/aspnet-core/DropDownList/Functionalities.md
@@ -29,7 +29,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[value](http://help.syncfusion.com/js/api/ejdropdownlist#members:value)'| markdownify }}
+ {{'[value](https://help.syncfusion.com/js/api/ejdropdownlist#members:value)'| markdownify }}
|
@@ -40,7 +40,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[text](http://help.syncfusion.com/js/api/ejdropdownlist#members:text)'| markdownify }}
+ {{'[text](https://help.syncfusion.com/js/api/ejdropdownlist#members:text)'| markdownify }}
|
@@ -51,7 +51,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[selectedIndex](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindex)'| markdownify }}
+ {{'[selectedIndex](https://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindex)'| markdownify }}
|
@@ -61,7 +61,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[selectedIndices](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindices)'| markdownify }}
+ {{'[selectedIndices](https://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindices)'| markdownify }}
|
@@ -89,7 +89,7 @@ The following methods, select the items in the DropDownList.
|
- {{'[selectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
+ {{'[selectItemByIndices](https://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
|
@@ -98,7 +98,7 @@ The following methods, select the items in the DropDownList.
|
- {{'[selectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectItemByText)'| markdownify }}
+ {{'[selectItemByText](https://help.syncfusion.com/js/api/ejdropdownlist#methods:selectItemByText)'| markdownify }}
|
@@ -107,7 +107,7 @@ The following methods, select the items in the DropDownList.
|
- {{'[selectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
+ {{'[selectItemByValue](https://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
|
@@ -132,7 +132,7 @@ The following methods, used to retrieve the items from the DropDownList.
|
- {{'[getListData](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getlistdata)'| markdownify }}
+ {{'[getListData](https://help.syncfusion.com/js/api/ejdropdownlist#methods:getlistdata)'| markdownify }}
|
@@ -141,7 +141,7 @@ The following methods, used to retrieve the items from the DropDownList.
|
- {{'[getSelectedItem](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getselecteditem)'| markdownify }}
+ {{'[getSelectedItem](https://help.syncfusion.com/js/api/ejdropdownlist#methods:getselecteditem)'| markdownify }}
|
@@ -150,7 +150,7 @@ The following methods, used to retrieve the items from the DropDownList.
|
- {{'[getSelectedValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
+ {{'[getSelectedValue](https://help.syncfusion.com/js/api/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
|
@@ -274,7 +274,7 @@ I> To use "SelectedIndices" property, you should enable either ShowCheckbox or M
### Unselect items
-Similarly, you can unselect a single or multiple items by using [unselectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyvalue) or [unselectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
+Similarly, you can unselect a single or multiple items by using [unselectItemByValue](https://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyvalue) or [unselectItemByIndices](https://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
{% tabs %}
diff --git a/aspnet-core/FileExplorer/Behavior-Settings.md b/aspnet-core/FileExplorer/Behavior-Settings.md
index d6fea029..ecce1059 100644
--- a/aspnet-core/FileExplorer/Behavior-Settings.md
+++ b/aspnet-core/FileExplorer/Behavior-Settings.md
@@ -13,7 +13,7 @@ Here are some properties to customize behavior of the file explorer.
## File type restriction
-The file explorer control showcase all the files from the filesystem and you can customize the file types that you want to show by using the “[FileTypes](http://help.syncfusion.com/js/api/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
+The file explorer control showcase all the files from the filesystem and you can customize the file types that you want to show by using the “[FileTypes](https://help.syncfusion.com/js/api/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
By default it has 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” and it does not allow the other type of files.
In the view page, add FileExplorer helper and specify the file type restriction as shown in the following:
@@ -31,7 +31,7 @@ In the view page, add FileExplorer helper and specify the file type restriction
## Customize the AJAX request settings
-As you already know file explorer 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 sending the AJAX request, the AJAX configurations can be customized through the “[AjaxSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxsettings)” property.
+As you already know file explorer 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 sending the AJAX request, the AJAX configurations can be customized through the “[AjaxSettings](https://help.syncfusion.com/js/api/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.
The following requests are passed during the **client – server** actions:
diff --git a/aspnet-core/FileExplorer/Context-Menu.md b/aspnet-core/FileExplorer/Context-Menu.md
index 3b0caa82..0ee7ed39 100644
--- a/aspnet-core/FileExplorer/Context-Menu.md
+++ b/aspnet-core/FileExplorer/Context-Menu.md
@@ -132,7 +132,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 is 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/js/api/ejfileexplorer#members:showcontextmenu)” property. This is enabled by default, and by disabling this property you can prevent our built-in context menu.
In the view page, add FileExplorer and specify the context menu visibility as false.
@@ -154,9 +154,9 @@ The context menu items can be enabled or disabled through the client side public
For example, if you disable the “Upload” item, it is disabled 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/js/api/ejfileexplorer#methods:enablemenuitem)
-* [disableMenuItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:disablemenuitem)
+* [disableMenuItem](https://help.syncfusion.com/js/api/ejfileexplorer#methods:disablemenuitem)
These methods accepts only the context menu item name as the parameter.
diff --git a/aspnet-core/FileExplorer/Customization.md b/aspnet-core/FileExplorer/Customization.md
index 64ffa5bd..d66cfdc2 100644
--- a/aspnet-core/FileExplorer/Customization.md
+++ b/aspnet-core/FileExplorer/Customization.md
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Cus
## Dimension Customization
-The dimension of the file explorer can be customized through the “[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 (e.g., width: “100 %”), so that the control inherits the width from the parent element.
+The dimension of the file explorer can be customized through the “[Height](https://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 (e.g., width: “100 %”), so that the control inherits the width from the parent element.
In the view page, add file explorer with custom height and width.
@@ -30,7 +30,7 @@ In the view page, add file explorer with custom height and width.
The navigation pane contains the tree view element that displays all the folders from the filesystem in a hierarchical manner. This is useful for 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 file explorer.
+The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](https://help.syncfusion.com/js/api/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from file explorer.
In the view page, add file explorer and specify the navigation pane as false.
@@ -70,13 +70,13 @@ You can change the layout using the toolbar option. While clicking this tool, po

-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/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.
### Customizing the Grid view
-By default, sorting is enabled in grid view of file explorer, 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 the “[AllowSorting](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-allowsorting)” property to false.
+By default, sorting is enabled in grid view of file explorer, 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 the “[AllowSorting](https://help.syncfusion.com/js/api/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/js/api/ejfileexplorer#members:gridsettings-columns)” property.
In the view page, add file explorer with custom grid settings.
@@ -101,7 +101,7 @@ In the view page, add file explorer with custom grid settings.
## Footer Customization
-The footer displays the details of the currently selected files and folders, and it 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 currently selected files and folders, and it contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](https://help.syncfusion.com/js/api/ejfileexplorer#members:showfooter)” property.
In the view page, add file explorer helper and hides the footer as shown in the following.
diff --git a/aspnet-core/FileExplorer/Localization.md b/aspnet-core/FileExplorer/Localization.md
index c2729014..ae06ef2b 100644
--- a/aspnet-core/FileExplorer/Localization.md
+++ b/aspnet-core/FileExplorer/Localization.md
@@ -112,7 +112,7 @@ The following table list out the keys with corresponding texts in English cultur
## 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 be specified in the standard format as the **[Language Code]-[County/Region Code]**.
+The language of the FileExplorer can be changed by the “[Locale](https://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 be specified in the standard format as the **[Language Code]-[County/Region Code]**.
For example the culture code for German is “**de-DE**”.
diff --git a/aspnet-core/FileExplorer/Resizing.md b/aspnet-core/FileExplorer/Resizing.md
index f3ec2111..f62dab03 100644
--- a/aspnet-core/FileExplorer/Resizing.md
+++ b/aspnet-core/FileExplorer/Resizing.md
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Res
The file explorer has the resize support through the resize handle that appears at the right-bottom corner of the footer. By clicking the resize handle the user can resize the file explorer through the UI. While resizing, the dimension of the file explorer 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/js/api/ejfileexplorer#members:enableresize)” property.
In the view page, add FileExplorer helper with resizable option as shown in the following:
@@ -28,7 +28,7 @@ In the view page, add FileExplorer helper with resizable option as shown in the
## Responsiveness
-By enabling the “[IsResponsive](http://help.syncfusion.com/js/api/ejfileexplorer#members:isresponsive)” property, you can make the file explorer as responsive. While resizing the file explorer component, the inner content and toolbar items are automatically adjusted to equalize the size. The toolbar items are displayed in the Dropdown on enabling the responsive. Otherwise, it floats to the next line to equalize the space.
+By enabling the “[IsResponsive](https://help.syncfusion.com/js/api/ejfileexplorer#members:isresponsive)” property, you can make the file explorer as responsive. While resizing the file explorer component, the inner content and toolbar items are automatically adjusted to equalize the size. The toolbar items are displayed in the Dropdown on enabling the responsive. Otherwise, it floats to the next line to equalize the space.
In the view page, add FileExplorer helper with responsive option.
@@ -47,7 +47,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/js/api/ejfileexplorer#members:minheight)”, “[MaxHeight](https://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.
In the view page, add FileExplorer helper and set resize option within the particular region.
diff --git a/aspnet-core/FileExplorer/Toolbar.md b/aspnet-core/FileExplorer/Toolbar.md
index c95f8d13..32ff36ef 100644
--- a/aspnet-core/FileExplorer/Toolbar.md
+++ b/aspnet-core/FileExplorer/Toolbar.md
@@ -161,7 +161,7 @@ In the view page, add FileExplorer and specify “ShowToolbar” as false.
## Toolbar configuration
-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.
+From the list of available items, you can configure and group your required toolbar items only through the “[Tools](https://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.
{% highlight CSHTML %}
@@ -180,7 +180,7 @@ From the list of available items, you can configure and group your required tool
## 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 does not consider the case sensitivity, and the search work is based on the “[FilterType](http://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings-filtertype)”.
+The Search bar can be customize through the “[FilterSettings](https://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings)” property. By default, the search does not consider the case sensitivity, and the search work is based on the “[FilterType](https://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings-filtertype)”.
The file explorer allows the following filter types in the search functionality.
@@ -271,9 +271,9 @@ In the view page, add FileExplorer and specify custom tool as shown in the follo
Each toolbar item can be enabled or disabled through the following client-side public methods.
-* [enableToolbarItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:enabletoolbaritem)
+* [enableToolbarItem](https://help.syncfusion.com/js/api/ejfileexplorer#methods:enabletoolbaritem)
-* [disableToolbarItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:disabletoolbaritem)
+* [disableToolbarItem](https://help.syncfusion.com/js/api/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.
@@ -312,7 +312,7 @@ If you want to enable / disable the custom added tool in toolbar, you need to pa
## Customizing the Upload Functionality
-The file explorer helps you to upload the file using the “[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.
+The file explorer helps you to upload the file using the “[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#members:uploadsettings)” property is used to configure the upload functionalities.
This property has the following sub properties with the default values:
|