Categories | Question details Back To List | ||
navigation between cells Hi, Is there any way of navigation between cells in a dhtmlxgrid or dhtmlxtreegrid using "Tab" key or anything like that? Answer posted by Support on Apr 08, 2008 01:49 By default key navigation enabled , and you can use tab and shift-tab to navigate between cells. You can attach any custom reaction by using onKeyPress event, or ready to use key-maps http://dhtmlx.com/docs/products/dhtmlxGrid/samples/navigation/pro_keymap_excel.html http://dhtmlx.com/docs/products/dhtmlxGrid/samples/navigation/pro_keymap_access.html |