I have an Angular app using several Kendo items. I upgraded my version of Kendo Professional from 2015.3.930 to 2016.1.125 and received the following error.
RangeError: Maximum call stack size exceeded at http://localhost:49373/lib/kendo-ui/js/kendo.all.min.js:89:17788 at Array.forEach (native) at ee (http://localhost:49373/lib/kendo-ui/js/kendo.all.min.js:89:17772) at http://localhost:49373/lib/kendo-ui/js/kendo.all.min.js:89:17866 at Array.forEach (native) at ee (http://localhost:49373/lib/kendo-ui/js/kendo.all.min.js:89:17772) at http://localhost:49373/lib/kendo-ui/js/kendo.all.min.js:89:17866 at Array.forEach (native) at ee (http://localhost:49373/lib/kendo-ui/js/kendo.all.min.js:89:17772) at http://localhost:49373/lib/kendo-ui/js/kendo.all.min.js:89:17866 <div kendo-chart="" k-options="vm.barChartOptions" ng-show="this.dataItem.isVisible" class="col-lg-6 col-xs-12 k-block graph move ng-scope k-chart" id="AvgCostLB" style="margin: 0px; padding: 0px; position: relative;" data-uid="9ecf5252-bb66-44b6-b1db-099abcf53516" role="option" aria-selected="false" data-role="chart">
It seems to be occurring on when I try to display my listview of Kendo charts. If I downgrade to the version of Kendo I had previously everything works. Is it no longer possible to do this with Kendo?