Storing a clicked row to a variable

QuestionsStoring a clicked row to a variable
David Mills asked 10 years ago

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
Abu Ghufran answered 10 years ago

I totally mis-understood your question in other thread.
If you wish to get row data in php code, you can follow this demo.
demos/editing/bulk-edit.php

It shows how to send email to selected row ids.

Your Answer

17 + 0 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?