Skip to content

Replies

0
Grégory
Grégory answered on Apr 13, 2015 9:13 AM

Hi Deyan,

I implemented your solution and everything is working perfectly.

Thank you very much for this proper solution 🙂

0
Grégory
Grégory answered on Apr 1, 2015 10:25 AM

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});