I am using Shield UI grid for displaying data in html page.I have applied savechanges method on datasource. I want to pass this saved data to excel. How can i read the updated data from the data source using java script.
Asked
Active
Viewed 112 times
1 Answers
0
After programmatically saving the data source, you can call the exportExcel() method.
And in order to have the data source to be read again on an export, you should set the exportOptions.excel.readDataSource property to true
.

Vladimir Georgiev
- 1,949
- 23
- 26