AD
Administrator
Syncfusion Team
July 1, 2004 03:38 PM UTC
This code is from SaveCellInfo.
If the particular (e.RowIndex, e.ColIndex) cell is actively being edited at the point this code is hit, the e.Style.Text would have the new value of the cell, and grid.Model[row, e.ColIndex].Text would have the old (not updated value). This is because the value will not have been moved from the e.Style to the grid until SaveCellInfo has completed.