Skip to content

Commit afe89a1

Browse files
Merge pull request #337 from syncfusion-content/SEO-172685-aspnet-mvc-redirection-fixes-1
Merged #337 into hotfix
2 parents af72594 + 5e8caa1 commit afe89a1

24 files changed

+58
-58
lines changed

aspnetmvc/DataManager/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ OData binding
111111

112112
## OData V4
113113

114-
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 to the [odata documentation](http://www.odata.org/documentation/).
114+
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 to the [odata documentation](https://www.odata.org/documentation/).
115115

116116
You can refer to the following code example for consuming OData v4 services and bind the result to the Grid. In the the following code, crossDomain is enabled to make cross domain request.
117117

aspnetmvc/DataManager/corsdatafetching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ The Access-Control-Request-Headers header is used when issuing a preflight reque
7575

7676
{% endhighlight %}
7777

78-
[For more details, please refer to this link:](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Access-Control-Allow-Headers)
78+
[For more details, please refer to this link:](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#access-control-allow-headers)

aspnetmvc/DatePicker/Behavior-Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ N> You can change the **MinDate** and **MaxDate** value dynamically like **Value
4040

4141
Start and depth represents the view of Essential ASP.NET MVC 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.
4242

43-
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.
43+
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.
4444

4545
* "Month" - shows the days in month to pick.
4646
* "Year" - shows the months in year to pick.
@@ -69,7 +69,7 @@ Refer below code example to represent DatePicker as calendar.
6969

7070
## Strict Mode
7171

72-
Strict mode in Essential ASP.NET MVC 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.
72+
Strict mode in Essential ASP.NET MVC 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.
7373

7474
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
7575

aspnetmvc/DatePicker/Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ N> Footer contains the today button to quickly navigate to the current date. By
5656

5757
## Show Popup Button
5858

59-
EJMVC 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.
59+
EJMVC 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.
6060

6161
By hiding this button, you can open the DatePicker by focusing the input textbox element itself.
6262

@@ -71,7 +71,7 @@ By hiding this button, you can open the DatePicker by focusing the input textbox
7171

7272
## Show Other Months
7373

74-
You can show or hide the other month days from EJMVC DatePicker calendar by using [ShowOtherMonths](http://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.
74+
You can show or hide the other month days from EJMVC DatePicker calendar by using [ShowOtherMonths](https://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.
7575

7676
{% highlight cshtml %}
7777

@@ -84,7 +84,7 @@ You can show or hide the other month days from EJMVC DatePicker calendar by usin
8484

8585
## Highlight Special Date
8686

87-
The Essential ASP.NET MVC DatePicker allows you to highlight the special dates in EJMVC 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.
87+
The Essential ASP.NET MVC DatePicker allows you to highlight the special dates in EJMVC 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.
8888

8989
Special Date property has following properties,
9090

aspnetmvc/DatePicker/Display-Format.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The full four digit year<br/><br/></td><td>
8282

8383
## Date Format
8484

85-
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
85+
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
8686

8787
The standard formats are listed as follows
8888

@@ -159,7 +159,7 @@ N> By default date format is based on culture specific. You have to refer the re
159159

160160
## Header Format
161161

162-
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.
162+
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.
163163

164164
{% highlight cshtml %}
165165

@@ -174,7 +174,7 @@ EJMVC DatePicker calendar consists of header, day header, days and footer sectio
174174

175175
## Day Header
176176

177-
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.
177+
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.
178178

179179
{% highlight cshtml %}
180180

@@ -189,9 +189,9 @@ Day header determines the days name to be displayed in terms of short, medium an
189189

190190
## Tooltip with Formatting
191191

192-
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.
192+
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) property.
193193

194-
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.
194+
You can also change the format of tooltip by using [TooltipFormat](https://help.syncfusion.com/js/api/ejdatepicker) property. Below codes example allows to show tooltip and format its value.
195195

196196
{% highlight cshtml %}
197197

aspnetmvc/DatePicker/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ documentation: ug
1212

1313
To get start with Essential ASP.NET MVC DatePicker, 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
1414

15-
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.
15+
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.
1616

1717
CSS file
1818

19-
* [ej.web.all.min.css](http://cdn.syncfusion.com/{{ site.releaseversion }}/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#))
19+
* [ej.web.all.min.css](http://cdn.syncfusion.com/{{ site.releaseversion }}/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#))
2020

2121
External script files
2222

@@ -84,7 +84,7 @@ The Essential ASP.NET MVC DatePicker can be created using HTML helper like below
8484
8585
{% endhighlight %}
8686

87-
N> DatePicker is a form control, so on form submitting its value can be received by its name, and normally id has been treated as name. If you want to set the name manually you can use our HtmlAttributes property. You can get this property related information from [here](http://help.syncfusion.com/js/api/ejdatepicker#members:htmlattributes)
87+
N> DatePicker is a form control, so on form submitting its value can be received by its name, and normally id has been treated as name. If you want to set the name manually you can use our HtmlAttributes property. You can get this property related information from [here](https://help.syncfusion.com/js/api/ejdatepicker#members:htmlattributes)
8888

8989
## Get / Set value
9090

@@ -148,7 +148,7 @@ You can handle the all available client side events in Essential JavaScript Date
148148

149149
EJMVC DatePicker can be created using DatePickerFor extension, which behaves as strongly typed HTML helper. This reduce the run time issues while using model values in DatePickerFor , since it will find the issues if any in compilation time itself. Also, to know about the setting model properties to DatePickerFor control, please refer the link:
150150

151-
[https://www.syncfusion.com/kb/4670/how-to-define-properties-for-for-controls](https://www.syncfusion.com/kb/4670/how-to-define-properties-for-for-controls)
151+
[https://www.syncfusion.com/kb/4670/how-to-define-properties-for-for-controls](https://support.syncfusion.com/kb)
152152

153153
Please refer the below code to create the DatePickerFor control in your application
154154

aspnetmvc/DatePicker/Globalization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111
Essential ASP.NET MVC DatePicker has been provided with built-in localization support, so that it will be able adapt based on culture specific locale defined for it.
1212

1313
More than 350 culture specific files are available to localize the date. To know more about EJ globalize support, please refer the below link
14-
[http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
14+
[http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
1515

1616
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.
1717

@@ -50,7 +50,7 @@ Set German culture to DatePicker at initialization.
5050

5151
## Watermark and Today Button Text
5252

53-
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.
53+
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.
5454

5555
{% highlight cshtml %}
5656

aspnetmvc/DatePicker/How-To.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ documentation: ug
1010

1111
## Customizing template with range selection between two DatePicker.
1212

13-
You can customize the date field to emphasize the particular dates in EJMVC 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.
13+
You can customize the date field to emphasize the particular dates in EJMVC DatePicker calendar with help of [SpecialDates](https://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.
1414

1515
## Validating the date value in server side
1616

17-
The EJMVC 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.
17+
The EJMVC 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.
1818

1919
## Localize DatePicker with browser specific culture
2020

21-
You can get the browser culture name at page load or document ready state. Based on the culture name, EJMVC DatePicker can be initiated with that specific culture value by assigning to [Locale](http://help.syncfusion.com/js/api/ejdatepicker#members:locale) property.
21+
You can get the browser culture name at page load or document ready state. Based on the culture name, EJMVC DatePicker can be initiated with that specific culture value by assigning to [Locale](https://help.syncfusion.com/js/api/ejdatepicker#members:locale) property.
2222

2323
## Disable specific dates to restrict user
2424

25-
EJMVC 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.
25+
EJMVC 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.
2626

2727
{% highlight cshtml %}
2828

@@ -49,7 +49,7 @@ EJMVC DatePicker allows you to restrict date selection in specific range by usin
4949

5050
## How to add clear button with DatePicker?
5151

52-
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 theme loaded you can adjust the styles of the clear button.
52+
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 theme loaded you can adjust the styles of the clear button.
5353

5454
{% highlight cshtml %}
5555

0 commit comments

Comments
 (0)