how to block Grid related events using API

Hi,
we want to block events when our code calls Grid API ‘selectRowById’. how to acheive this?

Please, try to use the fourth parameter of the method:
docs.dhtmlx.com/doku.php?id=dhtm … trowbyid&s[]=selectRowById

mygrid.selectRowById('row1',true,true,false);