Hi andresvite, I am sorry to say DataGridViewComboBoxColumn doesn't offer default value property. Do you use data binding in your application? If you use databinding, you can put a loop statement to set each datatable cell with a default value. If you do not use databinding, you can put a loop to set each dataGridView cell with a default value. Hope this helps you. If you have any question, please feel free to tell me. Sincerely, Kira Qian Please mark the replies as answers if they help and unmark if they don't. |