Hello,
Is there a way to hide or replace the default loader in the grid ?
Regards.
Hello Tsvetelina,
Thanks for your response, in my case I had to remove the container.
Hello Cosoluce_Stones ,
By igGridLoader do you mean the loading indicator?
In this case you can use
$("#grid1_container_loading").css("display", "none");
Hope this helps.