The navigation keys (Left, Right keys) works just fine. But I'd like to skip cells that are read-only and jump directly to the next writable cell. Is this possible?
I'd also like to use the Enter key the same way as the Right key. I've set
grid.BeginEditMode = RadGridViewBeginEditMode.BeginEditOnF2
so enter wont work as going into edit mode. Is there an easy way to do it?