Atozed Forums
JqGrid issue - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: JqGrid issue (/thread-2617.html)



JqGrid issue - oystein.jakobsen@sas.no - 01-10-2022

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?


RE: JqGrid issue - Alexandre Machado - 01-12-2022

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?