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

Grid loading spinners

2 Answers 1492 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Irina
Top achievements
Rank 1
Irina asked on 13 Sep 2019, 10:45 AM

Hi,

I have a standard grid and while loading the data, multiple spinner are also displayed (see attachment).

Any idea how I can get rid of it? I believe is attaching a spinner for every data row or so, I don't know why.

Thanks

 

 

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 17 Sep 2019, 07:03 AM
Hi Rina,

I guess that there is some custom CSS styling on the page which can cause this. By default, this is the Kendo grid spinner:
https://dojo.telerik.com/iQokitER

Could you modify the provided sample to demonstrate the issue and send it back to us? Or if you could give us some hints and steps to reproduce the problem locally so we can further investigate it?

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Irina
Top achievements
Rank 1
answered on 17 Sep 2019, 07:11 AM

Hi Eyup,

did manage to get rid of the "extra spinners". Funny thing is that I have built a theme with the Telerik Theme Builder, integrated it and this added the extra spinners on top of the already default grid spinner. I solved it like you see below. 

 

#grid.k-loading-image {
    background-image: none;
}
 
#grid.k-loading-color {
    opacity: 0;
}

 

Regards,

Irina

 

Tags
Grid
Asked by
Irina
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Irina
Top achievements
Rank 1
Share this question
or