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