Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
655
Ultrawingrid LostFocus
posted

For a client request, the grid must lost focus after commit the last cell of a row.
I tried to do it in the event AfterExitEditMode, using Me.Control1.focus(), but the focus goes to Control1, and back to the grid.
Is any way to do it?