Hi,
In a model driven app, I have written some JavaScript that is successfully running on a form using the onLoad and onSave events, which detects if the user has made any changes to the values in various columns/fields on the form (there's up to around 30 of them). It then records these changes by writing to a dataverse table. All works lovely.
However, I also would like to trap changes to columns on an Editable Grid, which I am using as the initial view/list , not on a form. How do I go about doing this (or even can I)? I can't see where or how to initiate the trapping of events on a view.
Any advice would be gratefully appreciated.
Jason