DataGridView columnType.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
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 :)
 
I meant ,I.e. :
Column 1, row 0 ==> TextBox
Column 1, row 1 ==> CheckBox
Column 1, row 2 ==> ComboBox
etc...
 
Back
Top