DataGrid toolbox item

When I add this item to a page, it gives me an Add button and the click event is linked to opening the edit page. Is there any way to checn the click event to just select a row in the grid and then add an Edit button next to the Add button?

Adding more buttons next to the DataGrid Add button is not supported. You can set AllowAdd to false and use external buttons for Add/Edit to achieve this.