Atozed Forums

Full Version: JqGrid issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am debugging a app which randomly stops responding for unknown reason.

But the chrome console reports the following error.

--------

IWBase__3553689138.js:2 Error in processAjaxExecute when evaluating: var g=$("#grid_ULDOWNERSELECTIONGRID");if(g){g.jqGrid("setSelection",TP,false);}

TP is not defined

--------

Where and when is 'TP' defined? Is there any way to trigger the script where 'TP' is defined?
What IW version is that? Are you able to recreate this in a simple test case?

I believe you have an OnAsyncSelectRow event assigned, is that correct? Any other event is being used in this grid?