how do I use OnAfterCellUpdate to check what the value of a call has been changed to?
I found the answer in another post, the value is not set yet, so I had to use the text property in this event to check the current data in the cell. Only when the cell loses focus is the value property updated.
At this point I believe yourGrid.ActiveCell.Value has been set. Was there something your were wanting to do with it at this point?
Nick