onAfterEditStart
fires after edit operation was initiated, editor opened and ready for input
function onAfterEditStart( // the item id id: id): void
Example
Section titled “Example”grid.attachEvent("onAfterEditStart", function(id){ //... some code here ...});
See also
Section titled “See also”Articles
API