Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
16833 | Jul 26,2004 09:05 AM UTC | Jul 26,2004 09:34 AM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
grid.CurrentCell.CancelEdit();
grid.Binder.EndEdit();
before you clear things.
If that does not resolve the problem, you might try setting
grid.BindingContext[grid.DataSource, grid.DataMember].Position = -1;
before clearing your table.
You could also try calling grid.CurrentCell.MoveTo(-1, -1); This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.