I’ve got confusion of setting / getting selected indexes of combobox fields inside.
this.Parameter.DataSource = lambdacat.Dict();
{
foreach (DataGridViewRow row in LimView.Rows)
{
//( (ComboBox)row.Cells[1] ) ???
}
}
yes , this doesn’t work 🙂
thank you
You can use
and get the selected value as
To set a default selected value