Disable cell if...

Hi,

I want to disable a cell if the previous cell has value “Inconclusive”. I want this to be done when loading the entire grid and also if the preivous field is changed to “inconclusive”.

What’s the best way to do this? I’m using dhtmlxgrid in rails

You may use the onEditCell event to block the adit operations in your grid.
docs.dhtmlx.com/doku.php?id=dhtm … oneditcell