hiding a event when delete is done

Hi guys,



I am using the customized connector which I have sent you few days back. so when I delete a element it deletes from the db but not from the view.



How can I hide that deleted element from the UI on onBeforeEventDelete.?

You can try to hide row with setRowHidden() method. dhtmlx.com/dhxdocs/doku.php?id=d … trowhidden

I apologize for not mentioning that I was talking in context of dhtmlxschedular not the grid.


Operation should be confirmed by data.success(); method to delete event in scheduler:


dhtmlx.com/dhxdocs/doku.php?id=d … ex_updates