jQuery UI Widgets Forums Grid Make grid loose focus

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 5 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Make grid loose focus #106943

    priyamsharma2704
    Participant

    Hi, I have a JqxGrid. On entering the values in the cell I show a dialog box with “Yes/No” options. But the popup does not get the focus. Even after showing the pop, the grid has the focus. Is there a way to make the grid lose focus. I tried “endrowedit” but its not working for my case.

    Regards.

    Make grid loose focus #106948

    Peter Stoev
    Keymaster

    Hi priyamsharma2704,

    You can try calling your popup’s focus() method in setTimeout(() => { // focus here }, 100);

    Hope this helps.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.