I have a class that is deriveded from DataGridViewTextBoxCell
and I want to add an Form.Control
object (like TextBox, CheckBox ..) into that cell but there is no control object that I can add new one into it.
In other words I want to create a cell that contains multiple control object. Is there any way to do?
Thanks