DHTMLX Docs & Samples Explorer

onRowSelect Event

This event occurs immediately after a row in the grid was clicked. onRowSelect event passes the following parameters:

  • id - id of the clicked row;
  • ind - index of the clicked cell.
    <script>
        grid.attachEvent("onRowSelect", function(id,ind){});
    </script>