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?

Parents
  • 469350
    Offline posted

    Hi,

    It sounds like you just want the grid to commit any pending changes before you save the data to the back end. In that case, you can just call grid.UpdateData, or call the Update method on the active row.

Reply Children