BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.edbgMain.Binder.CurrentPosition = 0;
this.edbgMain.EndUpdate();
>this.edbgMain.Binder.CurrentPosition = 0;
>this.edbgMain.EndUpdate();
>
BindingManagerBase bmb = this.BindingContext[this.edbgMain.DataSource, this.edbgMain.DataMember]; bmb.Position = 0; this.edbgMain.TopRowIndex = this.edbgMain.Model.Rows.HeaderCount + 1; this.edbgMain.EndUpdate(); this.edbgMain.CellClick += new GridCellClickEventHandler(edbgMain_CellClick);What steps do I take to see the problem in the sample?