|
#1
|
|||
|
|||
|
Are there any hooks for executing code when a record is removed from a list grid? I am looking for something similar to the EditCompleteHandler.
|
|
#2
|
|||
|
|||
|
I'm not sure whether it is the most straightforward way but you could achieve that by extending the DataSource class.
|