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

Grid loader image issue in Chrome browser

3 Answers 183 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Geetha
Top achievements
Rank 1
Veteran
Geetha asked on 15 Sep 2020, 08:43 AM

Hello all, I am using telerik MVC grid in my application, i have problem with the loading indicator in chrome browser but is shown in firefox(laptop with resolution 1680*1050), but the loading image is shown in both chrome and fiefox browsers in desktop with resolution 1920*1080. What could be the problem? has anyone has encountered this problem?

 

 

3 Answers, 1 is accepted

Sort by
0
Georgi Denchev
Telerik team
answered on 16 Sep 2020, 01:36 PM

Hi, Geetha

I attempted to reproduce this issue using the demo grid, but nothing came up.

The loader is visible to me.

https://demos.telerik.com/aspnet-mvc/grid

I tested it both on my desktop and laptop machines, with 1680*1050 resolution, in Chrome and FireFox.

Could you please tell me if the loading indicator in the demo above works for you? Also, what version of Chrome are you testing with?

If it does, then try refreshing your own grid page using Ctrl + F5.

In case the issue persists, please provide a code sample of the initialization of your grid.

Regards,
Georgi Denchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Preslav
Telerik team
answered on 28 Sep 2020, 02:05 PM

Hello,

The described behavior could be related to the following issue: https://github.com/telerik/kendo-themes/issues/1925

Until the fix is released, you can workaround this behavior with the following CSS:

.k-loading-image::before,
.k-loading-image::after {
        border-width: 1px;
        border-width: max( 1px, 0.015em );
}

 

Regards,
Preslav
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

0
Geetha
Top achievements
Rank 1
Veteran
answered on 29 Sep 2020, 07:32 AM

Hello Preslav, Thank you very much for the solution, indeed it resolved the problem in the chorme browser.

 

Have a good day,

NAIDU Geetha

Tags
Grid
Asked by
Geetha
Top achievements
Rank 1
Veteran
Answers by
Georgi Denchev
Telerik team
Preslav
Telerik team
Geetha
Top achievements
Rank 1
Veteran
Share this question
or