jQWidgets Forums

jQuery UI Widgets Forums Grid How to handle jqxGrid onblur event

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How to handle jqxGrid onblur event #56902

    mihaisinger
    Participant

    Hello
    I need to display some instructions for the user while my jqxGrid has the focus, and hide the instructions when the user leaves the grid and moved the focus elsewhere on the page. While the first one is easy done by handling the “select” event on rows or cells, I couldn’t find a “blur” event for the grid… so I tried using the jQuery .blur(function(){…}) handler, I also tried adding onblur=”…” to the grid’s originating div, but I cannot get the blur event to fire at all.
    How can I fire/handle the “blur” event for a jqxGrid? I’m using jqWidgets 3.2.1 and I tried with Internet Explorer 11 and Google Chrome version 35, to no avail. Please help…
    Many thanks.

    Regards
    Mihai

    How to handle jqxGrid onblur event #56928

    Peter Stoev
    Keymaster

    Hi Mihai,

    Sorry, but jqxGrid does not support “focus” and “blur” events.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.