Hi Matt,
thanks, this approach is fine, but if I have an mobile application, I would need to download only data for current page and avoid huge download. Is it possible to configure viewer to disable this prerendering?
I have tried to use following code without success:
exports.CoreControls.SetCachingLevel(0);
exports.CoreControls.SetPreRenderLevel(0);
Thanks
Michael