Posted 11 August 2025, 4:32 pm EST
I need to skip Readonly rows and cells when the cursor keys or Tab key moves focus to the next cell.
My Android project is using a bluetooth keyboard with a full set of deskop keys. On pages without the FlexGrid I can capture the Android OnKeyDown event and handle the keypress myself.
When the FlexGrid has focus the cursor keys (up, down, left, right) and TAB aren’t detected by my function, however back TAB is. How can I capture these keypresses when the grid has focus? I’m hoping to capture the keypress then find the next non-readonly cell to focus myself.