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

Stop running this script in IE8 (client-side binding)

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 22 Jun 2011, 04:51 PM
I am using client-side binding for my grid. When i have 50 records per page - which is not much - i get 1 "Stop running this script" messagebox in IE8. If number of records per page is more - it's customizable - i get event more such messageboxes.

The point is that execution time is not so long! Messagebox appears, even though user could wait this time without any problem!

In Mozilla everything is ok.

I have found that the problem is exactly filling the grid. When I comment the line
tableView.dataBind()

the page is shown without any javascript timeouts (but of course, with empty grid :) )

What could be done to get rid of this error?



1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 24 Jun 2011, 08:15 AM
Hi Alexander,

Could you paste your aspx and complete code-behind using the CODE-FORMATTER TOOL of the ticket editor?
 
Best wishes,
Tsvetoslav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Alexander
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or