Completed
Last Updated: 18 Dec 2023 06:53 by ADMIN
Release LIB 2023.3.1218 (18 Dec 2023)
Martin Ivanov
Created on: 21 Nov 2023 13:31
Category: GridView
Type: Bug Report
1
GridView: Clipped rows when the ItemsSource is assigned a VirtualQueryableCollectionView and the rows are not of equal size

The rows are measured and arranged wrongly when the ItemsSource is assigned to VirtualQueryableCollectionView. To reproduce this, one of the rows should measure with different height than the others. Also, this is reproducible only when the GroupRenderMode is set to Flat.

To work this around, set the GroupRenderMode property of RadGridView to Nested or avoid using VirtualQueryableCollectionView.

0 comments