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
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.
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