Every so often, and I don't know under what scenarios I can recreate this behaviour, the "loading..." text I have appearing under a node when it's clicked (data is loaded-on-demand) gets "stuck".
By this I mean that the text appears and the node doesn't expand. If I click a different node and then back to the original one, it loads the data all over again, but this time expands correctly (however the "loading..." text remains).
Is this a bug and if so is there a workaround?
Thanks all,
Daron
10 Answers, 1 is accepted
0
Daron
Top achievements
Rank 1
answered on 29 Apr 2008, 10:21 AM
Just to clarify, this is the 'NodeExpand' event and not the 'NodeClick' event.
Ta.
0
Hello Daron,
This behavior is indeed odd. We have never experienced it before nor has it been reported by our customers. Could you reproduce it in our online demos? Have you noticed if there is some kind of pattern to reproduce the problem?
The loading status message is hidden immediately once response is received from the server. If for some reason the response is slow the loading status message may stay a bit longer. Could it be the case?
Regards,
Albert
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
This behavior is indeed odd. We have never experienced it before nor has it been reported by our customers. Could you reproduce it in our online demos? Have you noticed if there is some kind of pattern to reproduce the problem?
The loading status message is hidden immediately once response is received from the server. If for some reason the response is slow the loading status message may stay a bit longer. Could it be the case?
Regards,
Albert
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Mark Griebling
Top achievements
Rank 1
answered on 03 May 2008, 03:19 AM
I've seen this problem also. It is intermittent so difficult to troubleshoot. I was thinking it may be related to debug mode, but I haven't run enough in release mode say.
0
Hello Mark Griebling,
If you manage to isolate the problem, we will greatly appreciate steps to reproduce it or a running sample.
Thanks for your time and cooperation.
Regards,
Nick
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
If you manage to isolate the problem, we will greatly appreciate steps to reproduce it or a running sample.
Thanks for your time and cooperation.
Regards,
Nick
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Matthew
Top achievements
Rank 1
answered on 05 May 2008, 04:48 PM
I'm experiencing this problem too. It only occurs for me when I'm using serverside callbacks for expanding and only when I double click the node to expand it. If I click on the + icon to expand the node, the problem doesn't occur. It's also intermittent for me.
Thanks,
Matt
Thanks,
Matt
0
Hi Matt,
Did you hook on the NodeClick event of the treeview? Could this be the problem - that the treeview postbacks upon double click?
Regards,
Nick
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Did you hook on the NodeClick event of the treeview? Could this be the problem - that the treeview postbacks upon double click?
Regards,
Nick
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Matthew
Top achievements
Rank 1
answered on 06 May 2008, 11:52 PM
Hi,
The only event that I'm hooking is the Expand event so that I can load new nodes when it is expanded.
Thanks,
Matt
The only event that I'm hooking is the Expand event so that I can load new nodes when it is expanded.
Thanks,
Matt
0
christopher willis
Top achievements
Rank 1
answered on 07 May 2008, 01:39 AM
I see this issue too with load on demand from time to time. My theory is its the problem I described here:
http://www.telerik.com/community/forums/thread/b311D-bdkmgh.aspx
which is the ViewState grows on each click and gets big enough to cause ajax timeouts.
http://www.telerik.com/community/forums/thread/b311D-bdkmgh.aspx
which is the ViewState grows on each click and gets big enough to cause ajax timeouts.
0
Hi christopher willis,
I really put lots of efforts in my attempts to reproduce the problem locally, but to no avail. I hope that you will manage to isolate the problem in a small and running project and send the files to us to examine them locally.
Regards,
Nick
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I really put lots of efforts in my attempts to reproduce the problem locally, but to no avail. I hope that you will manage to isolate the problem in a small and running project and send the files to us to examine them locally.
Regards,
Nick
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Markus
Top achievements
Rank 2
answered on 23 May 2008, 11:01 AM
I can confirm this behaviour too.
I even saw it in the treeview of your helppages the other day.
I even saw it in the treeview of your helppages the other day.
