How to know if a slickgrid has the focus #1004
Answered
by
ghiscoding
carboncs16
asked this question in
Q&A
-
I want to know if a slickgrid has the focus. I have 3 slickgrid components and I want to listen keydown event for the kurrently focused slickgrid. |
Beta Was this translation helpful? Give feedback.
Answered by
ghiscoding
Sep 23, 2022
Replies: 1 comment
-
I don't know the answer to that question, but my wild guess would be to use plain JavaScript and add an event listener to each grid. Please ask these type of questions on Stack Overflow, and doing a quick search reveals nice answers like this one How do I find out which DOM element has the focus? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ghiscoding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know the answer to that question, but my wild guess would be to use plain JavaScript and add an event listener to each grid. Please ask these type of questions on Stack Overflow, and doing a quick search reveals nice answers like this one How do I find out which DOM element has the focus?