unblockEvent

cancels events blocking that was enabled by the 'blockEvent' command

void unblockEvent();

Example

$$('ssheet').blockEvent();
$$('ssheet').setCellValue(row, column, value); // will not trigger any events 
$$('ssheet').unblockEvent();

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui library and page of spreadsheet product.