Winform Databinding Question

Winform Databinding Question

Old forum URL: forums.lhotka.net/forums/t/9715.aspx


jlfernandezmiranda posted on Thursday, November 04, 2010

does anybody know why in RootChildGrandchildWinFormTest example this code is needed?

  void childrenBindingSource_CurrentChanged(object sender, EventArgs e)
    {
      this.grandchildrenBindingSource.EndEdit();
    }

how does it works? Thanks

Copyright (c) Marimer LLC