Overview - GridLayout - Kendo UI for Angular (telerik.com)
Looking at the examples here, the grid is not laying out correctly and grid col's are being ignored.
Overview - GridLayout - Kendo UI for Angular (telerik.com)
Looking at the examples here, the grid is not laying out correctly and grid col's are being ignored.
Seems their styling cdn is down, you can get around it by opening the code samples in stackblitz and replacing their stylesheet link with
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default/dist/all.css"></link>