How can i read data results of grid table with php?For example i want the values of some fields to be readable so i can fetch data.
4 Answers
Hello,
If you need to access data before displaying on grid, you can use on_display event.
If you wish to access postback data for add/edit, you can use on_update / on_insert event and write your business logic.
The custom events are available in licensed version
I want to update data after search.So on_update is what i need?what is the right syntax of on_update?Sorry for the questions i am new to php.
Your Answer