I get this ajax error when I click on a header column to sort, and while the ajax is processing, I deliberately click on another column to sort again.
description: "Sys.InvalidOperationException: ScriptLoader.loadScripts cannot be called while the ScriptLoader is already loading scripts."
In normal situations, the ajax request will be aborted when it is interrupted by another ajax request, but during grid sorting, things seem to behave differently.
I tried the method described in the FAQ -> Disable controls during AJAX, where I use a RequestStart(sender, args)
script during Ajax request start, but it cannot work because args.EventTargetElement is null.
description: "Sys.InvalidOperationException: ScriptLoader.loadScripts cannot be called while the ScriptLoader is already loading scripts."
In normal situations, the ajax request will be aborted when it is interrupted by another ajax request, but during grid sorting, things seem to behave differently.
I tried the method described in the FAQ -> Disable controls during AJAX, where I use a RequestStart(sender, args)
script during Ajax request start, but it cannot work because args.EventTargetElement is null.