Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by maggie on Jan 04, 2009 17:08
open dhtmlx forum
Combox


I want to know that how to make the Esc key disabled ?
Answer posted by Support on Jan 10, 2009 08:51
If you mean dhmlxgrid, it can be done by adding next code to the initialization of the grid

      grid._key_events.k27_0_0=function(){}