Ok
I want to store the PK of a table to a variable so I can use it in PHP.
The column is hidden.
I'm gessing it is somthing like
var rd = jQuery('#list1').jqGrid('getCell', selr, 'FamilyID');
but how do I get the FamilyID into a variable?
I'm lost
1 Answers
Your Answer