I am having exactly same problem.
I tried the following methods of BindigSource:
EndEdit()
ResetCurrentItem()
ResetBindings(false)
Position = ...
SuspendBinding() + ResumeBinding()
but none of the helped..
>I am having exactly same problem.
> I tried the following methods of BindigSource:
[quoted text clipped - 8 lines]
> ---
> Posted via www.DotNetSlackers.com
I solved changing by code the combobox.selectedindex property in Form_load
event.
CBKowitz - 23 May 2006 20:11 GMT
Adding BindingSource.ResetBindings(False) to the Form Load Event fixed the
problem for me.
> >I am having exactly same problem.
> > I tried the following methods of BindigSource:
[quoted text clipped - 11 lines]
> I solved changing by code the combobox.selectedindex property in Form_load
> event.