Skip to content

onAfterEditStart

fires after edit operation was initiated, editor opened and ready for input

function onAfterEditStart(
// the item id
id: id
): void
grid.attachEvent("onAfterEditStart", function(id){
//... some code here ...
});

Articles

API