I have a System.Windows.Forms.DataGrid which I bind to a DataSet. The DataSet has a DataTable. In this DataTable, how can I programatically add a button to each of my DataRows?
I have a System.Windows.Forms.DataGrid which I bind to a DataSet. The DataSet has a DataTable. In this DataTable, how can I programatically add a button to each of my DataRows?