JQgrid : specific value from a selected row
Posted
by bsreekanth
on Stack Overflow
See other posts from Stack Overflow
or by bsreekanth
Published on 2010-06-11T06:29:28Z
Indexed on
2010/06/11
6:32 UTC
Read the original article
Hit count: 562
jqgrid
Hello,
how to get a value of a (hidden) column, from the selected row. that is, the cell value needs to be from the cell identied by colName, and the selected row (not using multi select). From the API i see the method getGridParam("selrow") for reading the row, may be able to combine with other methods.. but, any convenient method available? a code snippet would save lot of time... \
thanks.
© Stack Overflow or respective owner