How to Add a Delete DataButton in WebGrid?

Hello!

 
How to Add a Delete DataButton in TIWDBAdvWebGrid?
 
I can see, When i set a Column's type as ctDataButton, the Gird only have edit, post, cancel buttons for it.
 
I want a Delete DataButton to perform deletion of the DataRow where the button belong to.
 
How?

There is no delete data button type. You'd need to add a column of regular button type and handle the button click and delete the record from there.