Hey,
I'm trying to get a ListView with a multistage render function (like in the sample) working. The basics seem to work well enough, however the problem I have is that whenever I navigate back before all the Items are rendered, the renderer throws an exception
(Unable to set property 'innerText' of undefined or null reference - fair enough as the element no longer exists).
How do I handle this type of unloading of a page?
Thanks for any help,
Censored