How can I implement a custom delete operation in ASP.NET Dynamic Data Project? I found this post but nothing helped. Here's the code block for delete command:

If I injected an event GridView1_RowCommand, I can catch it in the debugger, but where is the actual command code stored Delete, and if I changed the set_name to newDeletehow to implement a custom delete request?
source
share