Cascading Delete records

Hi,

I have a grid, dataprocessor and connector linked together.
I would like to delete another table data based on grid’s row deletion.

How could I achieve this?

e.g. row 1 (with table field code: 0001) is deleted in grid
then I have to also delete another table with reference code = 0001

Thx

You can attach custom code through server side events

docs.dhtmlx.com/doku.php?id=dhtm … t_handling
docs.dhtmlx.com/doku.php?id=dhtm … lete_event
docs.dhtmlx.com/doku.php?id=dhtm … sing_event