I had posted on this thread an error where IE Script Debugger would report:
jgrid is null or not an object.
I since worked out what the problem is. I have two different grids one which allows editing, and one which does not.
The jquery.jqGrid.js file has the setting: { include: true, incfile:’grid.formedit.js’,minfile: …
so the app which does not allow editing will generate the error message in IE SD.
(Note that the app still works, and users without IE SD will not see the error.)
But is there a way around this? How can I run two grid apps with different config settings?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top