GRID: "enableEditTabOnly" not working with UP & DOWN Arrow K

Hi,



I have used “enableEditTabOnly(1)” on my grid, and it is preventing the TAB key and LEFT & RIGHT Arrow keys from moving to read-only cells.



However, when I use the UP and DOWN Arrow keys to navigate, focus is still given to read-only cells.



Is this supposed to happen, or is it a bug in your code, or possibly mine?



Thanks,

Jon.

Is this supposed to happen, or is it a bug in your code, or possibly mine?
This is expected behavior. Technicallly enableEditTabOnly must affect only “tab” key, it must not prevent selection of non-editable cell in any other way.