DHTMLX Docs & Samples Explorer

onRowCreated Event

Required library edition: This method requires Professional Edition of the DHTMLX library

This event occurs after a row was created in the grid, and was filled with data. onRowCreated event passes the following parameters:

  • rId - id or the row;
  • rObj - row object;
  • rXML - related XML (if available).
        grid.attachEvent("onRowCreated", function(rId,rObj,rXml){});