Embeed comboboxes etc in DataGridView


Hello everybody

I program in C#. How to correctly embeed in simple and quick way
text, combo and check boxes in DataGridView object.

Thanks




Answer this question

Embeed comboboxes etc in DataGridView

  • clint 2

    The datagridview has a builtin ComboboxColumn, and Checkbox column.


  • Deniz Erkan - msft

    Hello Ken

    I need to embeed in DataGridView object text, combo
    and checkboxes into different cells. Single column and single row may
    contain DIFFERENT types of controls. Is there way to make it in simple way
    Or I need to customize whole DataGridView

    Thanks



  • Embeed comboboxes etc in DataGridView