DHTMLX Docs & Samples Explorer

onBeforeRowDeleted Event

This event occurs right before a row is deleted. onBeforeRowDeleted event passes the following parameter:

  • rId - id or the row;
         grid.attachEvent("onBeforeRowDeleted", function(rId){});