DHTMLX Docs & Samples Explorer

onAfterRowDeleted Event

This event occurs after a row was deleted in the grid.

          grid.attachEvent("onAfterRowDeleted", function(id,pid){
                    //any custom logic here
          });

Parameters:

  • id - id of deleted item;
  • pid - parent ID , has sense for TreeGrid only.