This is a migrated thread and some comments may be shown as answers.

Hide Grid loading icon

1 Answer 506 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Suman
Top achievements
Rank 1
Suman asked on 02 Nov 2017, 07:43 AM

Hi,

Can you please a documen or sample code, How to hide a loading icon in Grid.

Regards
Suman G

1 Answer, 1 is accepted

Sort by
0
Accepted
Preslav
Telerik team
answered on 03 Nov 2017, 12:16 PM
Hello Suman,

To hide the loading spinner, use a jQuery selector to get the div with the "k-loading-image" class and then use the jQuery hide method.
For example: $(".k-loading-image").hide();

For a runnable example, check this Dojo: http://dojo.telerik.com/aFEtIV


Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Suman
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or