Rank: Newbie Groups: Member
Joined: 7/6/2011 Posts: 3
|
Hi,
We are using EO.Web treeview control to populate list of items. The whole binding to treeview control is placed in code-behind page. There may be the case the number of items in list can be 600 or 700. The problem is when the list with 600 or 700 items is getting loaded, we are getting following javascript error message :
Stop running this script?
A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might become unresponsive.
To avoid this issue, what will be the best solution ? We are thinking of following way : 1) Populate whole treeview on client side. Is this possible using Client side API of EO.Web Tree View ? If yes, can you please direct towards which Client side APIs we can use ?
Can you please let us know is there any other way around to avoid above error as our datasource is going to have large number of items ?
Regards,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to use the populate on demand feature. That feature is specifically designed for such scenarios.
Thanks
|