Hi,
i fixed the above query just by adding one line of code in javascript:
$("#Grid").igGridPaging("pageIndex", 0);
In adding event of Js, it sets default page to 1
Thank you so much.