I would like to put a push-button in a data grid (normal windows button).
What I did is to derive from DataGridTextBoxColumn, create the button in the
constructor and set it's parent to be the textbox.
It shows up perfectly well when I click the textbox, but when I click any
other cell, it disappears, and the idea is for all buttons in the column be
visible at all times.
Thanks.