AD
Administrator
Syncfusion Team
January 15, 2007 10:46 AM UTC
Here is something to try. Before committing the changes to your second instance, try calling
grid.CurrentCell.ConfirmaChanges();
on the first instance to see if this will handle this problem for you.
If not, can you explain exactly how you go about updating the second instance? Inparticular, what action in the first instance triggers the update of the second. Is it a button click, or some grid event that you are using? Also, what kind of grid is this?