Does anyone know how to trigger the stock jqGrid \"Loading...\" overlay that gets displayed when the grid is loading? I know that I can use a jquery plugin without much eff
You can call $("#load_").show() and .hide() where is the id of your grid.