This is a migrated thread and some comments may be shown as answers.

Spreadsheet loading large amount of rows from JSON

1 Answer 186 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Dominik
Top achievements
Rank 1
Dominik asked on 18 Mar 2016, 03:32 PM
 angular.js:11358 RangeError: Maximum call stack size exceeded
    at kendo.all.min.js:78
    at Object.a [as compile] (kendo.all.min.js:78)
    at e.support.browser.msie.e.support.browser.version.e.Observable.extend._compileFormula (kendo.all.min.js:77)
    at .<anonymous> (kendo.all.min.js:77)
    at e.support.browser.msie.e.support.browser.version.e.Observable.extend.batch (kendo.all.min.js:77)
    at e.support.browser.msie.e.support.browser.version.e.Observable.extend.fromJSON (kendo.all.min.js:77)
    at e.support.browser.msie.e.support.browser.version.e.Observable.extend.fromJSON (kendo.all.min.js:78)
    at new e.support.browser.msie.e.support.browser.version.e.Observable.extend.init (kendo.all.min.js:78)
    at new e.support.browser.msie.e.support.browser.version.e.ui.Widget.extend.init (kendo.all.min.js:85)
    at HTMLDivElement.<anonymous> (kendo.all.min.js:26)

 

I am trying to load about 29 thousand rows of data into the kendo spreadsheet and I get the above error. What I am doing is converting data from a ExcelPackage to a Telerik.Web.Spreadsheet workbook on the back-end. Then I convert the workbook via the ToJson method, send that data to the front-end, parse the received string data to a JSON and then load that JSON into the spreadsheet directly as a object or via the spreadsheet.fromJSON(data) method.

It works for less data, but doesn't for this. Also I can have hundreds of thousands of rows with no problems but with data it's another story. Can you tell me if there is some better way to do this, or how to work around this error.

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 23 Mar 2016, 08:32 AM
Hello,

This is an issue with the kendo Spreadsheet, that is handled in the other forum thread you've opened, so I'm closing this one:
http://www.telerik.com/forums/spreadsheet-problem-with-loading-large-json

Regards,
Bozhidar
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Spreadsheet
Asked by
Dominik
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or