I fixed the problem with the following code. Any better ideas ?
var empty = [];
$(".selector).igGrid({dataSource: empty});
$(".selector).igGridPaging("pageIndex", 0);
$(".selector).igGridFiltering("filter", []);
$(".selector).igGrid({dataSource: url});