I’m trying to create a window with an attached grid on it.
The problem is, when the window is opened the grid doesn’t listen to the key events, only to click events.
I thought it was a problem of “element focus” but couldn’t find any component method that helped with that.
I created a snippet with the problem on this topic.
Am I doing something wrong or is this a bug?