How to disable a grid ?

Hi,



We are using dhtmlxGridfromTable and using distributed parsing .Now the requirement is to disable the grid until it is fully loaded , what is an API to disable the grid.

You can use:
mygrid.setEditable(false);
In such case all “onEditCell” event’s will be blocked. dhtmlx.com/dhxdocs/doku.php?id=d … eteditable