Hi,
setSelection does not select the row, whose id is 2, right after a reloadGrid.
$("#training").setGridParam({url: 'index.php?func=trainingmgr&aAction=refreshData'});
$("#training").trigger("reloadGrid");
$("#training").jqGrid('setSelection', "2″);
However, setSelection can select the row, whose id is 2, when you take this line out: $("#training").trigger("reloadGrid");
Anybody experiences the same issue?
Thanks