I'm using jgGrid 3.5 in my ASP.NET application. I would like to upgrade it to the new 3.6. Is it enough just to replace the jqGrid JS file? Or are there any other changes I need to make in my code?
A:
I just replaced, dev files from latest: http://github.com/tonytomov/jqGrid/commits/jqgrid36
be aware of file: jquery.jqGrid.js which loads modules. besides, jQgrid uses jQuery 1.3.2 + jQuery UI 1.7.2
jmav
2009-10-22 21:59:04
With jqGrid 3.5 you could download a single JS file which contained all of your selected modules in one file. Is there a way to do this yet with jqGrid 3.6?
Justin Ethier
2009-11-04 22:37:52
I think not, until 3.6 is dev version.Download latest build from: http://github.com/tonytomov/jqGrid/archives/jqgrid36
jmav
2009-11-05 12:53:07
+1
A:
Now that 3.6 has been officially released the upgrade is easy - just drop the files from the js and css directories into your application. Of course you should then re-test your app to make sure nothing was changed/broken, just in case...
Justin Ethier
2009-11-21 19:03:45