Hi Tony,
Sadly, I don’t remember 🙁
I had some installation issues so I tried almost all of the latest releases at one point or another… unfortunately I cannot compare the date on the jquery.jqgrid.js file because I edited this line for my implementation:
var pathtojsfiles = “scripts/js/”; // need to be ajusted
This is not very helpful, I know…if you know of another way for me to verify the version, please let me know. Otherwise, another piece of data that might ring a bell is that the sortGrid method doesn’t seem to work either. I created a workaround for 2 of my jqgrid objects when I used this statement:
jQuery(“#mygrid”).setGridParam({ sortname: “statusCode”, sortorder: “desc” }).trigger(“reloadGrid”);
Thanks again for any advice.
Alec