Column value change according to value set in another column

Hi All,

I am using dhtmlxgrid in order to display json data which is obtained from a server. I have placed a combo box in the grid which contains a list of values(states present in India). When i select a particular state i want the region to be automatically set as east or central or west. When i use attachEvent method error is shown that the control “coro” does not have attachEvent method. Please help me out with this.

Thanks in Advance.
Radhakrishnan

You may try to use the onCellChanged or onEditCell events.
It should work well.
docs.dhtmlx.com/doku.php?id=dhtm … oneditcell
docs.dhtmlx.com/doku.php?id=dhtm … ellchanged

If issue still occurs for you - please, provide with any kind of sample of your code to reconstruct the issue.