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/DataManager/Data-Binding.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The result of the above code example is illustrated as follows.
95
95
96
96
### OData V4
97
97
98
-
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/).
98
+
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/).
99
99
100
100
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.
Copy file name to clipboardExpand all lines: aspnet/Dialog/Getting-Started.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This section helps to understand the getting started of the Dialog widget with t
14
14
15
15
## Create a Dialog
16
16
17
-
Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](http://help.syncfusion.com/aspnet/getting-started) documentation.
17
+
Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](https://help.syncfusion.com/aspnet/getting-started/manual-integration-of-syncfusion-aspnet-controls) documentation.
18
18
19
19
Add the following code snippet to the corresponding ASPX page to render the Dialog.
20
20
@@ -78,7 +78,7 @@ The Dialog widget can be hidden on initialize using `ShowOnInit` property which
0 commit comments