This is a migrated thread and some comments may be shown as answers.

Load on demand stops working after page refresh in FF

1 Answer 41 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Oyvind Andersen
Top achievements
Rank 1
Oyvind Andersen asked on 24 Aug 2009, 11:28 AM
When you expand a node with ServerSideCallback it works the first times. But if I refresh the page and try to expand the node once more, it hangs forever. Clicking it mulitple times just adds the loading symbol several times. This only happens in Firefox. I've tried both FF 3.0 and 3.5 and have the same problem.

I've managed to reproduce this on the demo pages as well.
http://demos.telerik.com/aspnet-ajax/treeview/examples/programming/loadondemandmodes/defaultcs.aspx

Check this screenshot too see the problem.
http://img233.imageshack.us/img233/372/treeviewloadondemandbug.png

Anyone have an idea where to start searching for a solution?

Regards
Oyvind



1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar Milushev
Telerik team
answered on 26 Aug 2009, 02:43 PM
Hello Oyvind Andersen,

Unfortunately, this is an issue of Firefox - reloading the page does not reload it 'properly'. In this case, after reloading the ViewState hidden field still has its old value and when the browser sends it to the server-side an "invalid state" exception is thrown. You can test this by reloading with Ctrl+F5 in Firefox - this does a much 'cleaner' reload and does not have the described issue.

Regards,
Dimitar Milushev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TreeView
Asked by
Oyvind Andersen
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or