When I handle e.Cell.Value in my Grid.CellEditEnded event handler, it will sometime have the updated value, and other times it will not.
Is there a method I can call on the Cell to request it to write to source?
It seems if I end editing by clicking on a cell in the same row, it will fail, but if I end editing by click on another row it will usually work.
Thanks for the assistance.