Hi during the update of the grid I want to be able to update a hidden column with a value based on the entry into another cell that is editable.
Or perhaps the hidden cell could be updated with another value based on input into the other column on the saving of the record as the cell is hidden from the user anyway.
Is this possible?
Regards
Alan
1 Answers
There are 2 options:
Client side: refer faq http://www.phpgrid.org/faqs/#80
Server side: http://www.phpgrid.org/docs/#Grid_Events (supported in paid version)
Your Answer