Strange reload animation

0 Answers 42 Views
Grid ListView
Jonas
Top achievements
Rank 1
Jonas asked on 10 Aug 2023, 07:04 PM
I've upgraded to my project to ASP.NET Core from the MVC version and updated all of the Kendo scripts to version 2023.2.718, and the reload animation for many of my controls now looks like the attached image. 
Mihaela
Telerik team
commented on 15 Aug 2023, 12:05 PM

Would you please let me know which Kendo UI theme you use? Also, please ensure that the version of the used theme is updated, as well.
Jonas
Top achievements
Rank 1
commented on 23 Aug 2023, 11:17 AM

I am using the default-main theme:


    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/6.6.0/default/default-main.css">

and here's my Kendo UI scripts:


    <script src="https://kendo.cdn.telerik.com/2023.2.718/js/jquery.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2023.2.718/js/jszip.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2023.2.718/js/kendo.all.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2023.2.718/js/kendo.aspnetmvc.min.js"></script>

Mihaela
Telerik team
commented on 28 Aug 2023, 08:25 AM

Thank you for sharing the referenced Kendo UI scripts and styles.

To investigate the issue further, I have created a demo application that uses the Default main Kendo UI theme and contains a basic Grid configuration. You can find it attached.

It would be of great help if you could modify it based on your Grid configuration to reproduce the strange loading animation you are experiencing and send it back in the thread to review it. 

Also, I would recommend removing any custom CSS styles related to the Grid and seeing how the Grid loading changes.

No answers yet. Maybe you can help?

Tags
Grid ListView
Asked by
Jonas
Top achievements
Rank 1
Share this question
or