DHTMLX Docs & Samples Explorer

onRowAdded Event

This event occurs right after a row was added to the grid. onRowAdded event passes the following parameter:

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