Hi, Does anybody know how to make a jqGrid resizable? I want that sweet little handle in the down right corner.
+1
A:
You can use
jQuery('#list').jqGrid('gridResize');
(see http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jquery_ui_methods#resizable_grid). You should don't forget include jquery UI and during download of jqGrid include "jQuiery UI addons".
Oleg
2010-08-05 15:28:34
Super excellent! Works like expected! Dunno why I never saw that in the docs... either way I'm happy now!
Mr W
2010-08-10 14:00:59