unblockEvent
cancels events blocking that was enabled by the ‘blockEvent’ command
function unblockEvent(): voidExample
Section titled “Example”mygrid.blockEvent();mygrid.add({ text:'abc'}); //will not trigger any eventsmygrid.unblockEvent();See also
Section titled “See also”Articles
API