I would like to have two buttons dynamically added to a column of cells in my DataGridView. The column in question says "Amount". And the buttons I would like should increase/decrease the value in that cell. Maybe with an up/down-arrow, or +/- sign. I made a poor image to try and explain what I'm looking for:
I need these buttons to be added for each row in the DataGrid
Is it possible to do this, or do I need to look for another solution?
