Hi,
Noticed the following behaviour regarding grids, and wanted to try and determine whether this is expected / an issue.
Given a view component, and a grid widget whereby the grid is invoked / populated / etc from the view component. When pressing "ok" on the RC I'd expect the grid widgets keyEventHandler to fire and if not handled bubble up to the view components keyEventHandler where I have access to the press and release events. But currently, the keyEventHandler is only being fired within the view on release with the press being ignored. I've attached a sample application where the view is HomeView, and the grid is CustomGrid for reference.
Would be useful to know if anyone has ran into this, possible workarounds, etc.
Thanks,
Matt