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 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