Can someone help on which event is raised when I click on pencil icon on the Editable GridView Form Application? Then when we save the editing or cancel the editing?
The problem is that I made a field (not from tables) that emulate link. For this field, I set it as read-only and available only when update (not available on insert). Everything works as expected. Until when the insertion is finish and the onLoadRecord event is executed. The value of the field is wrap up on the input with type hidden. How to get rid of the input wrapper? That;s why I need the events called during this process.
Cheers,
Daniel