-
Notifications
You must be signed in to change notification settings - Fork 11
SEO-208627-Document-Processing-page-with-Redirect1 #1448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: hotfix/hotfix-v31.1.17
Are you sure you want to change the base?
SEO-208627-Document-Processing-page-with-Redirect1 #1448
Conversation
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
# Data binding in EJ2 Javascript Spreadsheet control | ||
|
||
The Spreadsheet uses [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/), which supports both RESTful JSON data services and local JavaScript object array binding to a range. The `dataSource` property can be assigned either with the instance of [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/) or JavaScript object array collection. | ||
The Spreadsheet uses [`DataManager`](https://ej2.syncfusion.com/javascript/documentation/data/overview), which supports both RESTful JSON data services and local JavaScript object array binding to a range. The `dataSource` property can be assigned either with the instance of [`DataManager`](https://ej2.syncfusion.com/javascript/documentation/data/overview) or JavaScript object array collection. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check and update the correct links
{% previewsample "https://helpstaging.syncfusion.com/document-processing/code-snippet/excel/spreadsheet/javascript-es5/data-binding-cs1" %} | ||
|
||
> The local data source can also be provided as an instance of the [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/). By default, [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/) uses [`JsonAdaptor`](https://ej2.syncfusion.com/javascript/documentation/data/adaptors#json-adaptor) for local data-binding. | ||
> The local data source can also be provided as an instance of the [`DataManager`](https://ej2.syncfusion.com/javascript/documentation/data/overview). By default, [`DataManager`](https://ej2.syncfusion.com/javascript/documentation/data/overview) uses [`JsonAdaptor`](https://ej2.syncfusion.com/javascript/documentation/data/adaptors#json-adaptor) for local data-binding. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The links updated are not correct. Check in all places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented
@yvone
Regards,
Hillary