Hi
I would need some help on the follwing scenario:
I have a page which calls a second page (no multipage template). On this second page I have a listview which is dynamically populated (from a webservice call).
I am currently calling this function from the pageinit event
If I call this page with a "full" http request (data-ajax="false") - everything works well. If I call the page with an ajax transition from the first page the rendering fails with a error
cannot call methods on listview prior to initialization; attempted to call method 'refresh'
I also tried calling SP Tasks in the pageshown event, but with the same error. Can anyone give me a hint how to do this?