Skip to content

onAfterBlockSelect

occurs after block selection

function onAfterBlockSelect(
// the id of the start cell
start: id,
// the id of the end cell
end: id
): void
datagrid.attachEvent("onAfterBlockSelect", function(start, end){
// some code
});