Categories | Question details Back To List | ||
Navigation arrows I know that the navigation for arrows already exists (top, low) and Tab, but future, in next updates the Grid will possess navigation saw arrows( right, left, up, down)? thanks! Answer posted on Oct 25, 2007 05:08 Grid provides onKeyPress event, which can be handled, and custom reactions for any keys added. We doesn't plan to change existing key mapping schema in next version of dhtmlxGrid, but oncoming version will support more easy way to dynamically block|add|remap key events. |