Is there a way to have a function called after the Grid (or DataSource for that matter) performs an Update,Destroy, Create ?
I see where there are functions for before the CRUD operation is called, but not for after. Something like UpdateSuccess or some such.
I need to perform some other functions, but if I do it, the object still exists on the database so any new requests for data will include the object being updated/deleted etc.
I see where there are functions for before the CRUD operation is called, but not for after. Something like UpdateSuccess or some such.
I need to perform some other functions, but if I do it, the object still exists on the database so any new requests for data will include the object being updated/deleted etc.