Fix: Grids will no longer display alerts when navigating to another page while the grid is still loading.

This commit is contained in:
Mark McDowall 2012-01-29 17:38:44 -08:00
commit 2635ff9bee
11 changed files with 58 additions and 3 deletions

View file

@ -0,0 +1,4 @@
function grid_onError(e) {
//Suppress the alert
e.preventDefault();
}