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