Dear Abu. How could I use the AES_ENCRYPT and AES_DESCRIPT statements in the grid. Thank you
1 Answers
Hi,
You can use these encrypt function using on_update/on_insert event handlers.
And decrypt function using on_data_display event handler.
For docs and sample code: https://www.gridphp.com/docs/grid-events/
Your Answer