Categories | Question details Back To List | ||
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 |