Hi,
In file: components/com_grid/layouts/GridView.php under the pagination section (around row 334) after "if ($this->_config->paging){ " line, add the following code:
if($this->_config->tableCaption == 'TITLE_NAME'){
$field .="<script>
setInterval(function(){
searchjx('".$this->ajaxURL(" ", " ", 0 )."', '$this->_ID');
}, 10000);</script>";
and replace TITLE_NAME with your table title.