I would like to add multiple buttons to a datagridviewbuttoncell
imagine 1 column contains a simple integer count
the button column next to it would have 2 buttons, one + and one -
then for example subscribe the click events to increment or decrement the text column counter following if + or - was clicked
is this possible ?