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

Stop running this script message appears when loading the page with radgrid on.

1 Answer 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
M
Top achievements
Rank 1
M asked on 29 Jan 2014, 06:03 PM
Hi

I've a radgrid on a web page and around 1400 radtimepicker controls. Each time I try to display the web page, the IE Dialog box with "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" message appears and the screen freezes. The radgrid has around 100 rows.

Please can someone suggest the best option to fix this issue?

I've also disabled the enabledembeddedscripts to increase the performance, but no change in the performance still same message appears.

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Jan 2014, 05:38 AM
Hi,

To prevent such warning message, you must have less number of rows in the page. To optimize the performance consider reducing the number of visible column as much as possible (either hiding some of the columns or removing them completely and extracting their values on the client using key values), enable paging or virtual scrolling for grid, and disable the client-side features which you do not intend to use.

Additional hints about how to speed up the performance of our web grid can be found here:
http://www.telerik.com/products/aspnet-ajax/resources/top-performance.aspx
http://www.telerik.com/help/aspnet-ajax/grid-overview.html (Chapter "Performance tips and tricks")

Thanks,
Shinu
Tags
Grid
Asked by
M
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or