kendo-labs / angular-kendo

A project to create a robust set of Angular.js bindings for Kendo UI widgets
474 stars 209 forks source link

Caching kendo widgets #371

Closed YonatanKra closed 10 years ago

YonatanKra commented 10 years ago

Hi, I have some kendo widgets with huge data (mostly charts and grids with thousands of pixels/rows). Is there a smart way to cache them using $cashFactory or some other angular tool and then show them with ease in the view? Thanks

mishoo commented 10 years ago

I've no idea how to best implement that. It seems Angular router will destroy the DOM on changing views, and that means destroying the widgets as well. This post suggests some manual hacks to workaround this. In any case, it's beyond Angular-Kendo.