Here is the grid before I click the first Edit button:
And then after:
Most of the rows have disappeared.
The h-scrollbar is gone. Typically I can't scroll right. Seems a few cases, playing around with it, the arrow-keys scrolled right but the header row became detached, i.e. did not scroll right with the body.
Anyone know what might be causing this? I"ve been getting this problem on 2024 Q4 and 2025 Q1.
I have enabled fairly strict CSP headers per management requirements and am using at least 3 editor templates. I've added this line:
@(Html.Kendo().DeferredScriptFile(nonce))
to the bottom of each EditorTemplate file (not sure if that's correct). Removing that line seems to fix the grid-distortion but also loses the editor template itself.