Completed
Last Updated: 14 Nov 2024 09:27 by ADMIN
Release 7.0.0
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