I have a databound DataGridView which has five columns and two of which are ComboBox columns. I want to disable one combobox cell in a row depending upon the selection in the other combobox cell. I cannot find a way to disable the Combobox cell for a row in a grid. Any help would be appreciated. Thanks