In the v2.0 announcement, you mention a Cozy Spacing Layout, which is supposed to help with presentation on mobile devices. But I can't find anything, anywhere that explains what that means, or shows a demo, and says if there is anything you have to do to choose that layout.
Can you please give more information?
Thanks
By default v2.0 comes with cozy layout.
If you want to switch to other layout, you can replace css include file in demos:
<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/jqgrid/css/ui.jqgrid.css"></link>
to classic layout
<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/jqgrid/css/ui.jqgrid.classic.css"></link>
or to bootstrap 3 layout
<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/jqgrid/css/ui.jqgrid.bs.css"></link>