I've started having IE 7 complain (but only intermittently so it seems like possibly a timing issue????) if I use a jQuery object as the value of the grid's pager attribute.
I am seeing this issue in IE8 as well.. I use the jQuery object for pager.. I am going to try and see if changing the jQuery object to just string will get rid of the problem
Update: changing to the string did not solve the problem
Unfortunately I cannot give you a link as it is not accessible outside the intranet..
It seems the function for setPager is not able to make a call to $.jgrid.format.. so as an experiment I tried putting in the string directly instead of the call to format.. so that solved the issue but I see similar issue at different places. everynow and then the calls to other functions like striphtml fails and give the error “Error: object doesn't support this property or method”.
Not sure why..
FYI: I am using the noConflict on my page.
also my i have 4 grids each on a different tab inside the jQuery tab control