Hi Tony,
I found a bug in jqGrid 3.7.2. While using jqGrid in debugging mode using grid.loader.js in IE8, IE8 does not load all the require files. It also requires ajax call like Safari.
Current code: if(jQuery.browser.safari) {
I changed it to this
if(jQuery.browser.safari || jQuery.browser.msie) {
and it works!
Regards,
Archan Bhatt
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top