I have been using jqgrid for a long time with my asp.net MVC application
All of the sudden today IE is showing the Stop Running Script dialog saying
A script on this page is causing your web browser to run slowly. If it continues to run,
your computer might become unresponsive.
I have narrowed it down to the code in which I am trying to reload the grid after some ajax runs.
If I take out the following
$("#shippingscheduletable").jqGrid().trigger("reloadGrid");
the dialog it not displayed, when I put it back it is there again. Nothing has changed on this application for months and it has worked just fine.
I have walked through the controller action that the jqgrid is bound to and it runs just fine, it doesn't get stuck in any loops or anything.
it does not show any errors at all in any other browser. Any thoughts on how to resolve it?