onAfterBlockSelect
occurs after block selection
function onAfterBlockSelect( // the id of the start cell start: id, // the id of the end cell end: id): voidExample
Section titled “Example”datagrid.attachEvent("onAfterBlockSelect", function(start, end){ // some code});