TextBox and Combo Box DataGridViewColumn
I'm implementing a custom field value for an object. If the custom class property "HasList" is true, then I want to display a combo box, otherwise I want to display a textbox. This has to happen per each Row (cell).
Can someone point me in the right direction, code snippet would be best.
Regards,

