Temporarily cancel mouse left click event on the grid and ke

I have a dhtmlxgrid. And i am doing a synchrounous update on a cell by cell basis. Sometimes the server round trip takes a long time. I want to “DISABLE” mouse clicks and keystrokes on the grid until the “request” upate returns from the server.





Thanks

Peter


To disable all grid events you can use method startFastOperations(). In such mode events are not generated, some time consuming actions applied only once.


To enable grid’s event use method stopFastOperations().


To use this method you have to include file dhtmlxgrid_fast.js