SyntaxFix
Write A Post
Hire A Developer
Questions
You can use getCol to get the column values as an array then index into it by the row you are interested in.
var col = $('#grid').jqGrid('getCol', 'Sales', false); var val = col[row];