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: angular/Grid/Data-Binding.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,15 @@ The following output is displayed as a result of the above code example.
63
63
64
64
65
65
N> 1. There is no in-built support to bind the XML data to the grid. But you can achieve this requirement with the help of [`custom adaptor`]concept.
66
-
N> 2. Refer this [Knowledge Base link](http://www.syncfusion.com/kb/3377/how-to-process-xml-data-from-server-using-datamanager-and-bound-to-grid#) for bounding XML data to grid using custom adaptor.
66
+
N> 2. Refer this [Knowledge Base link](https://support.syncfusion.com/kb/article/3562/how-to-process-xml-data-from-server-using-datamanager-and-bound-to-aspnet-mvc-grid) for bounding XML data to grid using custom adaptor.
67
67
68
68
## Remote Data
69
69
70
70
To bind remote data to Grid Control, you can assign a service data as an instance of `ej.DataManager` to the `dataSource` property.
71
71
72
72
### OData
73
73
74
-
OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/#) URL directly to the `ej.DataManager` class and then you can assign it to Grid [`dataSource`](https://help.syncfusion.com/api/angular/ejgrid#members:datasource "dataSource").
74
+
OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the `ej.DataManager` class and then you can assign it to Grid [`dataSource`](https://help.syncfusion.com/api/angular/ejgrid#members:datasource "dataSource").
75
75
76
76
The following code example describes the above behavior.
77
77
@@ -159,7 +159,7 @@ The following code example describes the above behavior.
159
159
160
160
{% endhighlight %}
161
161
162
-
{% seealso %}For further details about OData service please refer to [this link](http://www.odata.org/#). {% endseealso %}
162
+
{% seealso %}For further details about OData service please refer to [this link](https://www.odata.org/#). {% endseealso %}
For other required internal dependencies refer the [`link`](http://help.syncfusion.com/js/spreadsheet/dependencies"link")
24
+
For other required internal dependencies refer the [`link`](https://help.syncfusion.com/js/spreadsheet/dependencies"link")
25
25
26
26
N> Spreadsheet uses one or more sub-controls, therefore refer the `ej.web.all.min.js` (which encapsulates all the `ej` controls and frameworks in a single file) in the application instead of referring all the above specified internal dependencies.
27
27
@@ -54,8 +54,8 @@ So the complete boilerplate code is
54
54
55
55
{% endhighlight %}
56
56
57
-
N> In production, we highly recommend you to use our [`custom script generator`](http://helpjs.syncfusion.com/js/custom-script-generator) 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) in your server.
58
-
N> For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [`this link`](http://help.syncfusion.com/js/theming-in-essential-javascript-components).
57
+
N> In production, we highly recommend you to use our [`custom script generator`](https://help.syncfusion.com/js/custom-script-generator) 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) in your server.
58
+
N> For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [`this link`](https://help.syncfusion.com/js/theming-in-essential-javascript-components).
59
59
60
60
## Initialize Spreadsheet
61
61
@@ -131,7 +131,7 @@ Now, this section explains how to populate JSON data to the Spreadsheet. You can
N> For more details about `data binding` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/data-binding"link")
134
+
N> For more details about `data binding` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/data-binding"link")
135
135
136
136
## Apply Conditional Formatting
137
137
@@ -146,7 +146,7 @@ Conditional formatting helps you to apply formats to a cell or range with certai
146
146
</ej-spreadsheet>
147
147
{% endhighlight %}
148
148
149
-
To apply conditional formats for a range use [`setCFRule`](http://help.syncfusion.com/js/api/ejspreadsheet#methods:xlcformat-setcfrule"setCFRule") method. The following code example illustrates this,
149
+
To apply conditional formats for a range use [`setCFRule`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcformat-setcfrule"setCFRule") method. The following code example illustrates this,
N> For more details about `Conditional Formatting` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/data-presentation#conditional-formatting"link")
177
+
N> For more details about `Conditional Formatting` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/data-presentation#conditional-formatting"link")
178
178
179
179
## Export Spreadsheet as Excel File
180
180
@@ -205,7 +205,7 @@ The Spreadsheet can save its data, style, format into an excel file. To enable s
205
205
206
206
{% endhighlight %}
207
207
208
-
Use shortcut [`Ctrl + S`](http://help.syncfusion.com/angular-2/spreadsheet/keyboard-shortcuts"Ctrl + S") to save Spreadsheet as excel file.
208
+
Use shortcut [`Ctrl + S`](https://help.syncfusion.com/angular/spreadsheet/keyboard-shortcuts"Ctrl + S") to save Spreadsheet as excel file.
209
209
210
-
N> 1. For more details about `Export` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/open-and-save#save"link")
211
-
N> 2. For more details about `Server Configuration` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/open-and-save#server-configuration"link")
210
+
N> 1. For more details about `Export` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/open-and-save#save"link")
211
+
N> 2. For more details about `Server Configuration` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/open-and-save#server-configuration"link")
0 commit comments