Hi, I have a custom function which opens 4 Kendo windows, inside a loop, one at a time. Each window has a Kendo spreadsheet component inside it already, populated with data. This crashes the browser and gives the following error:
angular.js:21778 RangeError: Maximum call stack size exceeded
at s (kendo.all.js:103803)
at s (kendo.all.js:103810)
at s (kendo.all.js:103810)
at s (kendo.all.js:103805)
at s (kendo.all.js:103805)
at s (kendo.all.js:103810)
at s (kendo.all.js:103810)
at s (kendo.all.js:103810)
at s (kendo.all.js:103810)
at s (kendo.all.js:103810)
Any ideas?