I am using DNN 7 DAL2 Template to develop a Module. In my module I need to Keep the Grid View with edit, update, delete function when IsEditable is true. I done populating the data into the table , but am struggling in Delete function I have a Delete button under Item Template with OnClick event when am clicking the button in UI it rising the error that there is no definition but I have defined the function in code behind .