New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
this.grid.BeginUpdate();
this.grid.Binder.SuspendBinding();
// your code to delete teh items...
this.grid.Binder.ResumeBinding();
this.grid.EndUpdate();
//this.grid.Refresh(); //this may be needed to force a redraw
>this.grid.BeginUpdate();
>this.grid.Binder.SuspendBinding();
>
>// your code to delete teh items...
>
>this.grid.Binder.ResumeBinding();
>this.grid.EndUpdate();
>
>//this.grid.Refresh(); //this may be needed to force a redraw