Check documentation for the latest version of dhtmlxSuite onBlockSelected DHTMLX Docs

onBlockSelected

fires when some area is selected in the grid (block selection extension)

void onBlockSelected();

Available only in PRO Edition

Example

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

Back to top