Skip to content

Suppress "Loading phpGrid..." messages

To suppress loading messages, it's the best to use CSS. 

<style>
.ui-jqgrid .loading
{
    display: none !important;
}
</style>

Feedback and Knowledge Base