This is how I call the function (mind you, I've tried in many ways):
$(document).bind('gridExpand', function () {
gridObj = $('div.panes .pane:visible').find('div.ui-jqgrid');
gridParentWidth = gridObj.parent().width();
gridObj.jqGrid('setGridWidth', gridParentWidth);
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top