I have remote paging with IGGrid. In one scenario I'm manually changing the page using igGridPaging("pageIndex", x ); but loading image is not coming on grid . Any idea how to get waiting indicator spinning on the iggrid?
-Manish
Hello Manish ,
Let me know if you happen to have any additional questions regarding this.
If you need any additional assistance don’t hesitate to ask.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
Thank you for posting in our forum.
You can manually force the loading indicator to show using the following code:
$("#grid").data("igGrid")._loadingIndicator.show();
You can show the indicator before you force the page to change.
The indicator will hide automatically after the request ends .
Let me know if you have any additional questions or concerns.