RadGrid for ASP.NET AJAX

RadControls for ASP.NET AJAX

There are scenarios in which you may want to include additional button right after your edit form Update/Cancel buttons. To do that, you can wire the ItemDataBound event of the grid and add a custom button to the GridEditCommandColumn for the respective table.In addition, you can attach a confirmation dialog to its onclick attribute to display notification for the user when he clicks that button.Here are two example which illustrate that (note that you should add code to delete the item manually or use automatic deletes feature).

InPlace edit mode:

Auto-generated edit forms (MasterTableView EditMode="EditForms"):