Completed
Last Updated: 20 Sep 2024 11:39 by ADMIN
Release 2024 Q4 (Nov)
Robert
Created on: 19 Dec 2019 16:46
Category: Grid
Type: Bug Report
1
Grid virtual scroll not working if page size is greater then number of items in the grid

You can work around this by disabling virtual scrolling with something like this:

ScrollMode="@(Data.Count() > 30 ? GridScrollMode.Virtual : GridScrollMode.Scrollable)"

0 comments