Hello,
Does someone know how to call the update record form from an external link.
Let says I have a record with Primary key Id=123.
Is it possible to call the grid to directly get the update form.
Something like
grid.php&mod=update&id=123
Thanks,
Cedric
1 Answers
URL based update is not doable, closest solution is via JS code.
Refer http://www.phpgrid.org/faqs/#21
Your Answer