How to get a cell value in JQGrid?
- by dev
How to get a cell value in JQGrid?
If I use the following syntax –
var ret = jQuery("#MyGrid").jqGrid('getRowData', id);
ret = ret.ProductId;
it returns the following HTML.
I actually need the value of the cell.
Thanks.
Dev