I am creating an editable datagrid that has three linked combobox columns. When the first combobox has a value selected, it should change the available options for the second combobox, when the second combobox has a value selected it should have it's available options changed. I know how to do this in ASP.Net, but i am struggling to figure it out in the new .Net 2.0 Datagridview.