telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
149 stars 71 forks source link

fix(listview): adjust loading mask rendering #5150

Closed JoomFX closed 2 months ago

JoomFX commented 2 months ago

fixes https://github.com/telerik/kendo-themes/issues/5109

The Loading Mask should block the whole component, including the Header, Footer and Pager. The Grid implementation is a good example:

https://stackblitz.com/edit/angular-mshfaz?file=src%2Fapp%2Fapp.component.ts

inikolova commented 2 months ago

I totally agree that the loading mask should block the whole component. In my opinion, however, we should mark this PR/commit as a fix (instead of chore) as this is change in the current behaviour and should be available in the release notes.