Has anyone has issues with kendo js blocking the UI thread on the browser?
I have a loading indicator that I show until the grid is ready to load. When the browser starts to load "kendo.web.min.js" it locks the UI thread and the gif stops briefly until the browser loads the js file (usually around 1.5 seconds for the 2mb file).
It's not that big of a deal but when the gif freezes it looks like garbage.
Any ideas?