Grid keyNavigation not working on window

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?

Hello, in your example you are using a TreeGrid, not a Grid. TreeGrid does not implement key event support, currently only normal Grid supports key navigation.

I made a request a while ago, I hope they implement it soon.

1 Like

Oh i see! My bad, thank you for the heads up.