New to Kendo UI for jQueryStart a free 30-day trial

Hide the Grid Loading Indicator

Environment

ProductProgress® Telerik® UI Grid for ASP.NET MVC
Product Version2017.3.1026

Description

On my page, I refresh the Grid every three seconds by using the SetInterval Javascript function. As a result, the Grid reloads and displays a loading indicator.

How can I hide the loading indicator?

Solution

Remove the loading mask, which causes the issue, by hiding the mask DOM element.

js
 .k-loading-mask{
  display: none;
 }
In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support