Adding onblur event after editing the cell
Hi!
How do I add a "blur" event after I edited the cell. I need to have a handler for the blur. Here is what I have tryed with no success:
Thank you!
How do I add a "blur" event after I edited the cell. I need to have a handler for the blur. Here is what I have tryed with no success:
myHandler = function(){
alert("I will handle it from here!");
}
obj.setEvent("onblur", myHandler );
Thank you!
Stefan [RO]
October 27,