Hi,
In order to populate a field I need to execute a PHP code and this code must use some record fields. So I would like to transfer data to PHP, execute PHP, and go back with a result.
I can’t populate this field with other fields of the same record
I cant’ populate this field with a SQL statement
Thanks!!
1 Answers
Hi,
If you wish to populate a field using other entered fields in add/edit operation of grid, you can use a callback event onblur to call a JS function and then fill your desired field with entered data.
You can check sample here:
https://www.gridphp.com/docs/column-settings-faqs/#q-how-to-populate-other-column-based-on-previous-columns
Let me know if you need further assistance.
Your Answer