Categories | Question details Back To List | ||
GRID: "enableEditTabOnly" not working with UP & DOWN Arrow Keys 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. Answer posted by Support on Sep 12, 2008 02:43 >>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. |