|
<< Click to Display Table of Contents >> Navigation: Forum > JqGrid issue |
01-10-2022, 12:57 PM:
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?
01-12-2022, 07:53 AM:
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?