Check documentation for the latest version of dhtmlxSuite onXLS DHTMLX Docs

onXLS

fires before sending the request for a new XML to the server

void onXLS(object grid_obj);
grid_objobjectthe grid object

Available only in PRO Edition

Example

grid.attachEvent("onXLS", function(grid_obj){
    // your code here
});

Back to top