According to the documentation, setSelection
Enables row selection with id = rowid; if onselectrow is true (default), then the onSelectRow event is fired, otherwise it is not.
On the demo page, setSelection is called as
jQuery("#list9").jqGrid('setSelection',"13");
It works? Could you provide us with a constructor otherwise?
source
share