JQuery Grid Obtenha toda a linha selecionada

var s;
s = jQuery("#yourGridName").jqGrid('getGridParam','selarrrow');
alert(s);
simon caf