Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have one treeview in my project.treeview child node has different menu option like Real time dashboard,Historic grid etc. Every thing is working fine. When i am click on the Real time dashboard..which will display the real time value of that child node (I am loaded this dashbord in IFrame and display on main page). The problem is when Real time chart dashboard is loded, after that when i am click on any other option, it will took time to redirect or visible another panel. Why this is Happening? Is this the issue of timer (Timer tick is 1 second for real time chart)?? How to avoid this situation??
Posted
Comments
Arkadeep De 15-Mar-15 12:47pm    
this is quite natural, because data is posting back from server. if you can use js to do this little bit time will be killed.
Member 11151142 16-Mar-15 3:13am    
ok..I will check js...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900