I have a DataGridView
with one column of type DataGridViewButtonColumn
.
I want to put a text on the button. I've tried in the Edit Column options to put the text in the Text properties. I have even tried swtteing UseColumnTextForButtonValue = true
.
I can't find a way to make it work.