Completed
Last Updated: 12 Aug 2026 10:12 by ADMIN
Release 2026 Q3 (Aug)
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