Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tanu Dua on Sep 21, 2009 00:34
open dhtmlx forum
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.
Answer posted by dhxSupport on Sep 21, 2009 03:01
You can use:
mygrid.setEditable(false);
In such case all "onEditCell" event's will be blocked. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_seteditable