AD
Administrator
Syncfusion Team
August 12, 2003 05:10 AM UTC
There can only be one CurrentCell.
What value do you associate with it?
The 'old' style which you reference above, or the 'new' value that might be actively being edited in the CurrentCell.Renderer. In a lot of events, it is CurrentCell.Renderer.ControlText that is of interest, and not grid[grid.CurrentCell.RowIndex, grid.CurrentCell.ColIndex]. Keeping a clear division between these values seems reasonable.