Hi Team,
Could you please help me to correct iggrid properties.
After loading the iggrid there is gif file igloadingsmall.gif always visible. I can able tp handle by adding css display to none.
But i assume there could be some loading problem can you please suggest me what is that.
Hello Mukesh,
In case that is the real cause of the issue, the easiest workaround I could think of would be to define your own columns collection and not to use “autoGenerateColumns” – this way you would avoid having to make manual changes to the Infragistics script files or overriding the igGridFiltering prototype.
If you need any additional assistance, feel free to contact me.
Hi Vasil,
Thanks for the reply.
I will check the configuration will update you.
But as of now how to avoid this and what will be the solution.
Thank you for posting in our forum.
Could you please check your grid configuration and tell me if by any chance you have the Filtering feature enabled and you have set the autoGenerateColumns option to “true”?
I am asking you because there was an issue with the loading indicator not hiding when you have the aforementioned options and it was fixed recently so it should be included in the next Service Release.
If your configuration is different, do you get any error message in the browser console and what does it say?
Also does your grid dataBind and display any data at all, or do you see just an empty grid with the loading indicator?