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

Script Running Slowly Error in IE

11 Answers 77 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 27 Jun 2013, 04:57 PM
I am trying out the new RadDropdownTree control, but I am getting an error in Internet Explorer.  It says the script on the page is running slowly.  I have tried setting the scriptmanager to release as suggested on this page, but I am still getting the issue.
http://www.telerik.com/help/aspnet-ajax/treeview-troubleshooting-treeview-script-causes-ie-run-slowly.html

11 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 02 Jul 2013, 11:01 AM
Hello Eric,

Can you please provide more details on the scenario that you currently experience? For example providing either a live url or a very simplified runnable project so we can replicate the issue from our side and help you out would be very useful. can you also clarify the exact version of the RadControls that you are using?

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Phuc
Top achievements
Rank 1
answered on 05 Jan 2015, 08:48 AM
I'm getting this issue same when using RadDropDownTree Telerik while Filtering in IE8. How to resolve this issue?
0
Phuc
Top achievements
Rank 1
answered on 07 Jan 2015, 03:21 AM
In Filtering: Big data from >300 rows is appear this error. >2000 rows is RadDropDownTree control don't working.
0
Nencho
Telerik team
answered on 08 Jan 2015, 08:33 AM
Hello Phuc,

The filtering is achieved entirely at client-side, iterating through the entire NodesCollection at each keypress. With such big amount of data, which the RadDropDownTree is supplied with, the javascript execution would be a bit slow. However, in combination with the usage of IE 8, that is not quite fast in terms of javascript execution, this operation will be inevitably slow.

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Henry
Top achievements
Rank 1
answered on 04 Mar 2015, 09:03 PM
Try running the page without the debugger attached.    the debugger will slow down raddropdowntree and treeview insanely.  Just open another IE window and paste the url visual studio is using.  This is assuming you are using the debugger and doing development. 
0
Sam
Top achievements
Rank 1
answered on 06 Mar 2015, 08:06 PM
We’re experiencing the same issue, but a little more compounded.
We have some 5000 to 10000 nodes in 2 levels in the tree, it takes a long-long
time to expand, and sometimes we get the IE script issue, and sometimes it just
hangs forever. If the tree is not built for this type of performance, please
let us know and we can represent the data structure in 2 dropdowns, but the
Tree was our preference because it allowed the user to select nodes from
different Parents.

0
Nencho
Telerik team
answered on 09 Mar 2015, 01:20 PM
Hello Sam,

Indeed, when such enormous portion of data is used to databind any control, the browser will hang, as there is a lot of html that needs to be rendered on the page. I would suggest you to use the RadComboBox or the RadAutoCompleteBox, in order to implement the desired functionality.

The RadComboBox has its LoadOnDemand functionality, which can help you achieve the desired scenario, regarding the large portion of data that needs to be used.

On the other hand the RadAutoCompleteBox relies on callbacks, in order to perform a request to the underlying datasource and return the set of items, which correspond to the typed in the input characters.



Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Sam
Top achievements
Rank 1
answered on 09 Mar 2015, 10:05 PM
Thank you for the information. The Tree gives us a great
advantage because we can select multiple children from different parent nodes.
Do you think the TreeView is more capable on its own without the Combobox?

0
Sam
Top achievements
Rank 1
answered on 11 Mar 2015, 07:18 PM
After much testing, the answer is NO, the Tree by itself is much faster and handles Java side "stuff" much faster, such as clicking a parent node and having all children nodes checked.
0
Robert Schoen
Top achievements
Rank 1
answered on 15 Jan 2016, 10:32 PM

I am having this issue using 2016.1.113.40.   It recently was discovered after upgrading from IE 9 to IE11.   It also only seem to be an issue while debugging.   Chrome and Firefox does not seem to show the same problem.   I have a tree with about 500 items and about 5 levels. 

Is there any work around for this in debug.

0
Nencho
Telerik team
answered on 20 Jan 2016, 09:09 AM
Hello Robert,

The amount of data that you mentioned  ~ 500 nodes in an hierarchical structure should not impact in such a manner the browse behavior. Could you please submit a support ticket, along with a runnable sample attached so we could inspect your proper implementation locally and pin down the reason for the experienced issue.

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DropDownTree
Asked by
Eric
Top achievements
Rank 1
Answers by
Kate
Telerik team
Phuc
Top achievements
Rank 1
Nencho
Telerik team
Henry
Top achievements
Rank 1
Sam
Top achievements
Rank 1
Robert Schoen
Top achievements
Rank 1
Share this question
or