G
Guest
Hi,
I have an DataGridView control with the following columns (added using the
designer):
column1 - DataGridViewTextBoxColumn
column2 - DataGridViewComboBoxColumn (values "test1", "test2")
column3 - DataGridViewCheckBoxColumn
How can I add a row, that the item "test2" is selected ("column2")?
How can I set a cell to readonly?
Christian
I have an DataGridView control with the following columns (added using the
designer):
column1 - DataGridViewTextBoxColumn
column2 - DataGridViewComboBoxColumn (values "test1", "test2")
column3 - DataGridViewCheckBoxColumn
How can I add a row, that the item "test2" is selected ("column2")?
How can I set a cell to readonly?
Christian