You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet/DatePicker/Getting-Started.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ To create a web application and to add necessary assemblies you can use the help
16
16
17
17
CSS file
18
18
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))
20
20
21
21
External script files
22
22
23
-
*[jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0)
23
+
*[jQuery](https://jquery.com/) (from the version 1.7.1 to 3.1.0)
24
24
25
25
N> From V13.4.0.53 onwards, jQuery.globalize.min.js file has been replaced with our script file ej.globalize.min.js to support the globalization for our widgets. For version lower than 13.4.0.53, refer jQuery.globalize.min.js. jQuery.easing external dependency has been removed from version 14.3.0.49 onwards. Kindly include this jQuery.easing dependency for versions lesser than 14.3.0.49 in order to support animation effects.
26
26
@@ -51,7 +51,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJWEB comp
51
51
52
52
*[ej.web.all.min.js](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ej.web.all.min.js) - includes all web widgets.
53
53
54
-
N> In production, we highly recommend you to use our [custom script generator](http://helpjs.syncfusion.com/js/include-only-the-needed-widgets#) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server.
54
+
N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server.
55
55
56
56
Below is a simple site master page with required CSS and script references added to create EJWEB DatePicker in ASP.NET WEB application
57
57
@@ -137,11 +137,11 @@ In ASP.NET to bind all the data sources to their server controls, we can use Pag
137
137
138
138
{% endhighlight %}
139
139
140
-
N> Existing EJWEB DatePicker instance can be created by [jQuery.data()](http://api.jquery.com/jQuery.data/#) and you can control the API's of DatePicker behavior.
140
+
N> Existing EJWEB DatePicker instance can be created by [jQuery.data()](https://api.jquery.com/jQuery.data/) and you can control the API's of DatePicker behavior.
141
141
142
142
## DatePicker events
143
143
144
-
You can handle the all available [Client side events](http://help.syncfusion.com/js/api/ejdatepicker#events) in Essential JavaScript DatePicker. Refer the below code example to use the client side event in EJWEB DatePicker
144
+
You can handle the all available [Client side events](https://help.syncfusion.com/api/js/ejdatepicker#events) in Essential JavaScript DatePicker. Refer the below code example to use the client side event in EJWEB DatePicker
145
145
146
146
147
147
{% highlight html %}
@@ -169,4 +169,4 @@ In Code Behind page,
169
169
170
170
{% endhighlight %}
171
171
172
-
Also, EJWEB DatePicker components have support with server side events please refer the [Server Side Events](http://help.syncfusion.com/aspnet/datepicker/server-side-events) section to know about available server side events in this component.
172
+
Also, EJWEB DatePicker components have support with server side events please refer the [Server Side Events](https://help.syncfusion.com/aspnet/datepicker/server-side-events) section to know about available server side events in this component.
Refer to this [link](https://docs.microsoft.com/en-us/previous-versions/494y92bs(v=vs.140)) for more information on XmlDataSource
211
+
Refer to this [link](https://learn.microsoft.com/en-us/previous-versions/494y92bs(v=vs.140)) for more information on XmlDataSource
212
212
{% endseealso %}
213
213
214
214
@@ -267,7 +267,7 @@ The following output is displayed as a result of the above code example.
267
267
268
268
## IEnumerable
269
269
270
-
The Grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://docs.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?redirectedfrom=MSDN&view=net-6.0) interface. It can be assigned to Grid’s `DataSource` property.
270
+
The Grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://learn.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?redirectedfrom=MSDN&view=net-6.0) interface. It can be assigned to Grid’s `DataSource` property.
271
271
272
272
The following code example describes the above behavior.
273
273
@@ -351,7 +351,7 @@ The following output is displayed as a result of the above code example.
For more information on creating and consuming Entity Framework, please refer this [link](http://www.asp.net/web-forms/overview/older-versions-getting-started/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-1)
354
+
For more information on creating and consuming Entity Framework, please refer this [link](https://learn.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-getting-started/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-1)
355
355
{% endseealso %}
356
356
357
357
## LINQ to SQL
@@ -396,7 +396,7 @@ The following output is displayed as a result of the above code example.
396
396
397
397
398
398
{% seealso %}
399
-
For more information on using LINQ to SQL please refer to the [link](http://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)
399
+
For more information on using LINQ to SQL please refer to the [link](https://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)
400
400
{% endseealso %}
401
401
402
402
## DataTable
@@ -472,7 +472,7 @@ ITypedList provides functionality to discover the schema for a bind-able list, w
472
472
473
473
To implement ITypedList binding, create a generic type named class that derives from ITypedList interface. Define the named class based on properties descriptor of the Grid Model class, to return list according to the custom implementation.
474
474
475
-
For more information on ITypedList interface you can refer [here](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist?redirectedfrom=MSDN&view=net-6.0)
475
+
For more information on ITypedList interface you can refer [here](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist?redirectedfrom=MSDN&view=net-6.0)
476
476
Create a collection of ITypedList and bind it to Grid using `DataSource` property.
477
477
478
478
The following code example describes the above behavior.
@@ -594,7 +594,7 @@ The following output is displayed as a result of the above code example.
594
594
595
595
WCF Data Services is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational state transfer (REST).
596
596
597
-
To create WCF Data Service in your web application refer [here](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework?view=vs-2015&redirectedfrom=MSDN)
597
+
To create WCF Data Service in your web application refer [here](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework?view=vs-2015&redirectedfrom=MSDN)
598
598
599
599
To consume OData service, set the service link to the `URL` property of `DataManager` which is a nested property of Grid Control.
Copy file name to clipboardExpand all lines: aspnet/Installation/Installation-Errors.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer.
32
32
33
33
### Suggested solution
34
34
35
-
Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](http://syncfusion.com/kb/2326) article.
35
+
Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) article.
0 commit comments