fires before edit operation is initiated
cell | object | the cell that will be edited (details below) |
boolean | returning false will prevent editing of an item |
$$("property").attachEvent("onBeforeEditStart", function(cell){
//... some code here ...
return true;
});
The cell parameter is the ID of the property that is to be edited.