Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by tom on Dec 25, 2007 21:38
open dhtmlx forum
How to change line in edit-mode on dhtmlxGrid like pressing 'shift+enter' on excel.

Hi
How to change line in edit-mode on dhtmlxGrid like pressing 'shift+enter' on excel.
Answer posted by Stanislav on Dec 26, 2007 18:36
The dhtmlxgrid 1.5  allow pretty easy way to modificate hotkeys
In mentioned situation , you can block hotkey by adding next code
    grid._key_events.k13_0_1=function(){return false;}