AD
Administrator
Syncfusion Team
June 9, 2004 06:57 PM UTC
I am not sure why the grid would be using two different currency manages, one for clicking and one for arrow moving.
Are you using a GridRecordNavigationControl? If so, you might try setting
grid.BindingContext = this.BindingContext;
gridRecordNavigation1.BindingContext = this.BindingContext;
just to try to make sure the grid is usingthe same bindingcontext as the form.
Can you reproduce this problem in one of our sample, or can you post a sample showing the probelm?