Hello,
I'm trying to get a custom column menu item list using the Angular Grid to work, but it does not seem to be accessible through the keyboard.
See following Stackblitz for a reproduction example: https://stackblitz.com/edit/angular-tzm2tpqt?file=src%2Fapp%2Fapp.component.ts
I navigated to a header column using tab to focus the grid and the arrow keys to select a specific header column, then pressed ALT + Arrow Down to open the column menu. The column menu opens as expected, but the initial menu item is not focussed and I cannot access the menu items using the keyboard. Instead, the grid is still focussed.
Any advice on what might be wrong in this example would very much be appreciated.
