Hi,
I have created a rad treeview (2008.2.723.35) which is fully populated at server side with 1500 nodes approx.
The checkboxes are enabled for the nodes.
Now when i try to load this control on the page it takes hell of time.
I can't make the treeview load on demand as there is one one level in the treeview.
I have also seen that there is a javacript emebbeded in the html of page attached with the Page initialization at client side.
This javascript contains the JSON object of individual nodes.
What i think is that server side actually send the JSON object from server side and create a javascript with these JSON object and links it with client side Page Initialization.When the client side event takes place then this javascript is fired which picks up the JSON object and creates the Rad node at client side and renders them on the page.
If not then can anyone help me how this works and what can be possible solution to resolve this issue.
One more thing i can see the page loading faster in Firefox so i am assuming that there is some issue in jvascript of Rad treeview.But our client has only IE 7.
Please help me regarding this issue and provide me with some insight of how the nodes are rendered for rad treeview on html side.
Regards,
Aayam Singh
I have created a rad treeview (2008.2.723.35) which is fully populated at server side with 1500 nodes approx.
The checkboxes are enabled for the nodes.
Now when i try to load this control on the page it takes hell of time.
I can't make the treeview load on demand as there is one one level in the treeview.
I have also seen that there is a javacript emebbeded in the html of page attached with the Page initialization at client side.
This javascript contains the JSON object of individual nodes.
What i think is that server side actually send the JSON object from server side and create a javascript with these JSON object and links it with client side Page Initialization.When the client side event takes place then this javascript is fired which picks up the JSON object and creates the Rad node at client side and renders them on the page.
If not then can anyone help me how this works and what can be possible solution to resolve this issue.
One more thing i can see the page loading faster in Firefox so i am assuming that there is some issue in jvascript of Rad treeview.But our client has only IE 7.
Please help me regarding this issue and provide me with some insight of how the nodes are rendered for rad treeview on html side.
Regards,
Aayam Singh