Unplanned
Last Updated: 30 May 2025 10:58 by Tim
Tim
Created on: 30 May 2025 10:58
Category: Grid
Type: Bug Report
1
NoDataTemplate causes endless virtual scrolling

If the GridScrollMode.Virtual is enabled for the Grid, and the NoDataTemplate exceeds the height of the Grid container, a user can infinitely scroll inside the table even when there is no data and the template is displaying.

 

===ADMIN EDIT===

A possible workaround is to apply "overflow-y: hidden;" when the NoDataTemplate is shown: REPL link.

0 comments