Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnet/Chart/Data-Markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ The following code example shows how to enable smart labels,
![ASP.NET Webforms Chart SmartLabels](Data-Markers_images/Data-Markers_img12.png)


[Click](http://asp.syncfusion.com/demos/web/chart/pie.aspx) here to view the SmartLabels online demo sample.
[Click](https://github.com/syncfusion/aspnet-ej1-demos) here to view the SmartLabels online demo sample.
4 changes: 2 additions & 2 deletions aspnet/Diagram/Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Connectors are objects used to create link between two points, nodes or ports to
## Create Connector

Connector can be created by defining the start and end points. The path to be drawn can be defined with a collection of segments.
To explore the properties of a `Connector`, refer to [Connector Properties](http://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html "Connector Properties").
To explore the properties of a `Connector`, refer to [Connector Properties](https://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html "Connector Properties").

### Add connectors through connectors collection

Expand Down Expand Up @@ -441,7 +441,7 @@ Multiple segments can be defined one after another. To create a connector with m
## Decorator

Start and end points of a connector can be decorated with some customizable shapes like arrows, circles, diamond or path. You can decorate the connection end points with the `SourceDecorator` and `TargetDecorator` properties of connector.
To explore the properties of decorators, refer to [Decorator Properties](http://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html "Decorator Properties").
To explore the properties of decorators, refer to [Decorator Properties](https://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html "Decorator Properties").

The `Shape` property of decorator allows to define the shape of the decorators. The following code example illustrates how to create decorators of various shapes.

Expand Down
2 changes: 1 addition & 1 deletion aspnet/Diagram/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation: ug
* Diagram can be populated with the nodes and connectors based on the information provided from an external data source.
* Diagram exposes its specific data-related properties allowing you to specify the data source fields from where the node information has to be retrieved from.

To explore those properties, see [Data source settings](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")
To explore those properties, see [Data source settings](https://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")

* Diagram supports three different kinds of Data binding.
* Local Data
Expand Down
2 changes: 1 addition & 1 deletion aspnet/Diagram/Gridlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To show only horizontal/vertical gridlines or to hide gridlines, refer to [Const

## Appearance

You can customize the appearance of the gridlines by using a set of predefined properties. To explore those properties, refer to [Gridlines](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.GridLines.html "Gridlines")
You can customize the appearance of the gridlines by using a set of predefined properties. To explore those properties, refer to [Gridlines](https://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.GridLines.html "Gridlines")
The `HorizontalGridLines` and `VerticalGridLines` properties allow to customize the appearance of the gridlines. The following code example illustrates how to customize the appearance of gridlines.

{% highlight aspx-cs %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Reference Manager Pop-up with assemblies selected
Selected Assemblies added to the Project reference
{:.caption}

N> We have removed dependency for `Syncfusion.Core` assembly since v13.2.0.29. If you are using the latest version, this assembly is not required in your application. Refer to this [KB document](https://www.syncfusion.com/kb/5211/why-is-the-syncfusion-core-assembly-missing-from-v13-2-0-29) for more details.
N> We have removed dependency for `Syncfusion.Core` assembly since v13.2.0.29. If you are using the latest version, this assembly is not required in your application. Refer to this [KB document](https://support.syncfusion.com/kb/article/4833/why-is-the-syncfusion-core-assembly-missing-from-v13-2-0-29) for more details.

#### Registering Syncfusion Assemblies within the Web.config

Expand Down
4 changes: 2 additions & 2 deletions aspnet/Grid/Data-Adaptors.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: ug
---
# Data Adaptors

The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](http://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors).
The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](https://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors).

In Grid, the adaptor can be specified using the `Adaptor` property of the `DataManager`.

Expand Down Expand Up @@ -167,7 +167,7 @@ The following output is displayed as a result of the above code example.
## OData Adaptor

OData Adaptor that is extended from `UrlAdaptor`, is used for consuming data through OData Service.
We have an online OData Service “http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/Orders” created specifically for Syncfusion Controls
We have an online OData Service “https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/Orders” created specifically for Syncfusion Controls


N> `ODataAdaptor` is the default adaptor of `DataManager` and so no need to specify adaptor when binding OData service
Expand Down
2 changes: 1 addition & 1 deletion aspnet/Grid/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can create a Grid with a highly customizable look and feel. You can use th

~~~

For more information about SQL data source configuration refer the following link: [http://msdn.microsoft.com/en-us/library/vstudio/w1kdt8w2(v=vs.100).aspx](http://msdn.microsoft.com/en-us/library/vstudio/w1kdt8w2(v=vs.100).aspx)
For more information about SQL data source configuration refer the following link: [https://learn.microsoft.com/en-us/previous-versions/aspnet/w1kdt8w2(v=vs.100)?redirectedfrom=MSDN](https://learn.microsoft.com/en-us/previous-versions/aspnet/w1kdt8w2(v=vs.100)?redirectedfrom=MSDN)

4. By Columns definition, the TextAlign property allows you to align the text of the columns. The Width property is used to define the width of the columns and the Format property allows you to format the particular column’s value.

Expand Down
4 changes: 2 additions & 2 deletions aspnet/Menu/Data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The menu control also provides supports for Remote data binding. Here the remote

DataManager is used to manage relational data in JavaScript. Query generates data queries that are to be read by DataManager.

In the following code example, [http://mvc.syncfusion.com/Services/Northwnd.svc/](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. Here, it acts as web service that is located in the Syncfusion server. The web service used here is Northwnd.svc.
In the following code example, [https://mvc.syncfusion.com/Services/Northwnd.svc/](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. Here, it acts as web service that is located in the Syncfusion server. The web service used here is Northwnd.svc.

Add the following code example in your ASPX page.

Expand Down Expand Up @@ -518,7 +518,7 @@ In the following code example, dataSource for menu is set from DataTable.

{% endhighlight %}

Sample can be downloaded [here](http://www.syncfusion.com/downloads/support/directtrac/233237/ze/Menu921663815)
Sample can be downloaded [here](https://www.syncfusion.com/downloads/support/directtrac/233237/ze/Menu921663815)

Now , the menu will be displayed as shown below

Expand Down
2 changes: 1 addition & 1 deletion aspnet/RichTextEditor/Footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ N> The outermost tag is the body tag of < iframe > element in design view,

## Characters Count/Word Count

The editor automatically counts the number of characters and words in the content while you type. The characters and words count displayed at the bottom of the editor. You can limit the number of characters in your content using [maxLength](http://help.syncfusion.com/js/api/ejrte#members:maxlength) property. By default, the editor sets the characters limit value as 7000 characters.
The editor automatically counts the number of characters and words in the content while you type. The characters and words count displayed at the bottom of the editor. You can limit the number of characters in your content using [maxLength](https://help.syncfusion.com/api/js/ejrte#members:maxlength) property. By default, the editor sets the characters limit value as 7000 characters.

{% highlight html %}

Expand Down
4 changes: 2 additions & 2 deletions aspnet/Schedule/Data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public class ScheduleAppointmentsObjData

## Binding Remote Data Service

The appointment data can be bound to the Scheduler through [Odata](http://www.odata.org) remote services, by configuring the service URL to the Schedule dataSource through `DataManager`.
The appointment data can be bound to the Scheduler through [Odata](https://www.odata.org/) remote services, by configuring the service URL to the Schedule dataSource through `DataManager`.

{% highlight html %}

Expand All @@ -514,7 +514,7 @@ The appointment data can be bound to the Scheduler through [Odata](http://www.od

## OData V4

The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](http://www.odata.org/documentation) services, just similar to the other remote services.
The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](https://www.odata.org/documentation/) services, just similar to the other remote services.

{% highlight html %}

Expand Down