Duplicate:
I want to insert a new row when I click a button control.
I want all the buttons to be located on the side of the grid control and when I click the new
button to add a new empty record, it should fill the row with data after I click save and add it to a DB table.
I don't want to choose a data source to bind to the grid control.