SyntaxFix
Write A Post
Hire A Developer
Questions
You can use in this manner also
var rowId =$("#list").jqGrid('getGridParam','selrow'); var rowData = jQuery("#list").getRowData(rowId); var colData = rowData['UserId']; // perticuler Column name of jqgrid that you want to access