Dataviewgrid : different cell editors in the same column.

J

John

Can anyone give me hints on how to do this? I need to have a single column
in a dataviewgrid whose cells can be set to either a combo box, a text edit
or a check box, different for each row of the grid.
 
J

John

John said:
Can anyone give me hints on how to do this? I need to have a single column
in a dataviewgrid whose cells can be set to either a combo box, a text
edit or a check box, different for each row of the grid.

If anyone cares, the solution is to create a new DataGridView<whatever>Cell
for each row, and assign it directly to the cell, allowing one column to
contain a mixture of any sort of cell editor type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top