AD
Administrator
Syncfusion Team
August 20, 2005 12:37 AM UTC
What version are you using? You mught want to try the 3.3 RC version to see if you see the problem there.
Are you seeing any exceptions being shown in your output window when the problem occurs?
Are you calling CurrentCell.Lock? Or, do you have calls to grid.BeginUpdate that do not have a matching grid.EndUpdate?
Is your datasource being changed outside the grid? If you are typing into a cell, and the corresponding value in your DataSource changes, this change will be overwritten when you leave the current cell.
What grid events are you handling other than QueryCellInfo and SaveCellInfo? These events might be affecting this problem.
Do you have any custom celltypes? Are you using the default "TextBox" CellType?
If you can post a sample showing the problem, we can try to debug it here.