Yeps.. That was one om my solution, but the trick is to know when SetEditText should fire OnEndEdit. (A little bit tricky there, if even possible).
Another apporach is to make a TInplaceEdit, and fire events from this object.
I tried to override a visible change event, but then, my Grid threw an exception "like hell". (I tried to use CMShowingChanged, but with no luck)...
//Nordlund