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