If I'm developing a new Data Type, is there a way I can intercept the save event between the angular data and saving into the DB (for the purposes of processing the data before it hits the DB)?
I'm looking into how feasible it would be to support 'legacy data structures' (e.g. XML) in order to create an upgrade path for the ol' Data Type Grid...
Intercepting Custom Data Type save event?
If I'm developing a new Data Type, is there a way I can intercept the save event between the angular data and saving into the DB (for the purposes of processing the data before it hits the DB)?
I'm looking into how feasible it would be to support 'legacy data structures' (e.g. XML) in order to create an upgrade path for the ol' Data Type Grid...
... answering my own question (because this), the answer is a PropertyEditor, which spins up a PropertyValueEditorWrapper.
Use this instead of defining the property editor in the manifest!
is working on a reply...