This question is locked. New answers and comments are not allowed.
I have a GridView with custom columns, including a final one of type GridViewColumn. I've placed a button in that column via its CellTemplate.
I'd like to remove the row when the user clicks on that button. I've seen the examples of how to get a reference to the row containing the button that was clicked, but how do I remove the row (including delete from the underlying bound data source)?
I'd like to remove the row when the user clicks on that button. I've seen the examples of how to get a reference to the row containing the button that was clicked, but how do I remove the row (including delete from the underlying bound data source)?