I am using Metro Framework in Windows forms application. I want to add a column that contains MetroButton(Inherited from Button class). I have came across many articles that told me to inherit from DataGridViewColumn and DataGridViewTextBoxCell and overriding the paint method but i am not able to make this. Please suggest the appropriate.
Thanks