AD
Administrator
Syncfusion Team
July 29, 2003 03:54 PM UTC
Are the two grids bound to separate datasources?
What kind of code are you using to set values in the opposite grid?
Are you calling things like grid.CurrentCell.EndEdit() and grid.Binder.EndEdit() to make sure the change on the source grid is flush to its datasource and the currentcell is in a 'good' state?
The GridDataBoundGrid just reflects the data in its DataSource. So, one way to do something like this is to just change the datasource directly if you have access to it.