How do I add Buttons to a DataGrid? Keeping in mind that the DataGrid may have 5 records, 10 records or perhaps only 1 record.

I basically wish to add a column of buttons to any possible amount of records in a DataGrid.

Is this possible?