DHTMLX Docs & Samples Explorer

onXLE Event

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

This event occurs simultaneously with ending XML parsing, new items are already available in the grid. onXLE event passes the following parameters:

  • grid_obj - grid object;
  • count - count of rows added.
          grid.attachEvent("onXLE", function(grid_obj,count){});