JqGrid 행 선택(row select)

*** 특정 행 선택 ***
("#jqgrid").jqGrid("setSelection", rowindex);

ex) ("#jqgrid").jqGrid("setSelection", 1);