DHTMLX Docs & Samples Explorer

onSubAjaxLoad Event

This event occurs when sub-row-ajax cell loads its data.

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

Parameters:

  • id - ID of row, for which data loaded;
  • content - {string} response received from server.