diff --git a/aspnet/Chart/Data-Markers.md b/aspnet/Chart/Data-Markers.md index f12551938..f9fb60251 100644 --- a/aspnet/Chart/Data-Markers.md +++ b/aspnet/Chart/Data-Markers.md @@ -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. \ No newline at end of file +[Click](https://github.com/syncfusion/aspnet-ej1-demos) here to view the SmartLabels online demo sample. \ No newline at end of file diff --git a/aspnet/Diagram/Connector.md b/aspnet/Diagram/Connector.md index d0d32a976..1965c0939 100644 --- a/aspnet/Diagram/Connector.md +++ b/aspnet/Diagram/Connector.md @@ -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 @@ -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. diff --git a/aspnet/Diagram/Data-Binding.md b/aspnet/Diagram/Data-Binding.md index fc3642319..73077c768 100644 --- a/aspnet/Diagram/Data-Binding.md +++ b/aspnet/Diagram/Data-Binding.md @@ -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 diff --git a/aspnet/Diagram/Gridlines.md b/aspnet/Diagram/Gridlines.md index ad843eac7..5e6f16270 100644 --- a/aspnet/Diagram/Gridlines.md +++ b/aspnet/Diagram/Gridlines.md @@ -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 %} diff --git a/aspnet/Getting-Started/Manual-integration-of-syncfusion-aspnet-controls.md b/aspnet/Getting-Started/Manual-integration-of-syncfusion-aspnet-controls.md index 265593421..6721184ee 100644 --- a/aspnet/Getting-Started/Manual-integration-of-syncfusion-aspnet-controls.md +++ b/aspnet/Getting-Started/Manual-integration-of-syncfusion-aspnet-controls.md @@ -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 diff --git a/aspnet/Grid/Data-Adaptors.md b/aspnet/Grid/Data-Adaptors.md index bac184530..7d6eb7a02 100644 --- a/aspnet/Grid/Data-Adaptors.md +++ b/aspnet/Grid/Data-Adaptors.md @@ -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`. @@ -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 diff --git a/aspnet/Grid/Getting-Started.md b/aspnet/Grid/Getting-Started.md index 8b3987166..022debe67 100644 --- a/aspnet/Grid/Getting-Started.md +++ b/aspnet/Grid/Getting-Started.md @@ -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. diff --git a/aspnet/Menu/Data-binding.md b/aspnet/Menu/Data-binding.md index 07a9f1ce3..2b430b418 100644 --- a/aspnet/Menu/Data-binding.md +++ b/aspnet/Menu/Data-binding.md @@ -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. @@ -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 diff --git a/aspnet/RichTextEditor/Footer.md b/aspnet/RichTextEditor/Footer.md index 8ab85f11b..ce10b76ba 100644 --- a/aspnet/RichTextEditor/Footer.md +++ b/aspnet/RichTextEditor/Footer.md @@ -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 %} diff --git a/aspnet/Schedule/Data-binding.md b/aspnet/Schedule/Data-binding.md index bb959f5f4..82397a608 100644 --- a/aspnet/Schedule/Data-binding.md +++ b/aspnet/Schedule/Data-binding.md @@ -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 %} @@ -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 %}