Hello,
Our grid is working perfectly on Firefox, Chrome, MS Edge, but get stuck on IE (loading message, no data returned).
There is no php error in php log.
How can we debug IE issue ?
Best Regards
Jean-Luc
MS Edge contains debugger console shown by pressing F12:
If not resolved, Please tell OS and Browser version details.
Also share screenshot of the issue.
Hello,
Internet Explorer11 version: 11.785.16299.0
OS: Windows10
When loading grid, using debugger we get the following error:
SCRIPT600: Invalid target element for this operation.
jquery.jqGrid.min.js (9,32505)
and the grid keep showing ‘Loading’ for ever
the same grid, as already mentioned, runs fine on Edge, Firefox, Chrome.
our critical issue is that ‘official’ browser for the company is IE 11.
Any idea ?
waiting for a reply.
Kind Regards,
Jean-Luc
Forgot to send code:
https://gist.github.com/SecheronSA/8ee23bf87543330034db73e1b487a4a1
Screen shot:
Hello,
Please check if there is some JS error in IE11 debug console, by pressing F12 -> Console tab.
Another possibility is to add website in compatibility view mode. Refer this:
https://winaero.com/blog/how-to-enable-compatibility-view-in-internet-explorer-11-ie11/
Hello,
We are a bit frustrated.
We already mentioned the error we got from debug console :
SCRIPT600: Invalid target element for this operation.
jquery.jqGrid.min.js (9,32505)
below a print screen of the error, that also occurs in compatibility mode:
Best Regards,
Jean-Luc