How to get a cell value in JQGrid?

Posted by dev on Stack Overflow See other posts from Stack Overflow or by dev
Published on 2010-04-04T05:55:52Z Indexed on 2010/04/04 6:03 UTC
Read the original article Hit count: 410

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about get

    Related posts about cell