datagridviewcell

  1. VBobCat

    Question Changing DataGridViewCell from DataGridViewTextBoxCell to DataGridViewComboBoxCell

    I have a DataGridView with two columns: The first column's cells are of type DataGridViewCheckBoxCell I'm already able to catch its validation and get its value, whether true or false. Now I want to do something I don't know how (and if) is possible: - If the value of the cell in first column is...
Back
Top