when a row is removed I need to adjust various select/option tables.
when a row is removed I need to adjust various select/option tables.

in Editor
How do I identify what data was removed?
This discussion has been closed.
Answers
At what point? On the client-side you could use
preRemove
.Allan