DataGridView columnType.

M

Mr. X.

Hello.
I want to use DataGridView, that :
The behaviour of the column should be not the same for the each row.
The first row, I.e. : DataGridViewTextBoxColumn,
for second row, I.e. : DataGridViewButtonColumn,
for third row, I.e. : DataGridViewComboBoxColumn

Also :
Can I change the column enable/visible state for each row.
for the first row : enable, visible, etc ...

How can I do the above?

Thanks :)
 
M

Mr. X.

I meant ,I.e. :
Column 1, row 0 ==> TextBox
Column 1, row 1 ==> CheckBox
Column 1, row 2 ==> ComboBox
etc...
 

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