Commit without events using excel importer and custom replication

1
I'm using excel importer to import records using MxModel reflection which calls event handler defiened in Entity. In Mendix4 it didn't where as in Mendix 5 it did.  1) Are there any way to turn off this even handler before commit while using excel importer? 2) How to call microflow on change of value in DataGrid direct edit using column editable (true).   @Temporary: As a work around for now, I removed event handler and made changes in model to call that microflow whenever required using action activy/microflow call.    
asked
0 answers