Hi all - I have successfully added an OnRecordSelect function that adds onchange events to some columns and disables (i.e. makes read only) some others. I want to know if it is possible to programmatically add an OnSave event with JavaScript to an editable grid instead of registering it through the UI.
Thank you!