Completed
Last Updated: 27 Mar 2023 09:44 by ADMIN
Release LIB 2023.1.327 (27 Mar 2023)
Martin Ivanov
Created on: 15 Feb 2023 09:44
Category: VirtualGrid
Type: Feature Request
0
VirtualGrid: Missing cell contents when header size is set in the HeaderSizeNeeded event handler

Cell contents are missing when the header size is assigned through the e.Size property of the HeaderSizeEventArgs in the HeaderSizeNeeded event handler of RadVirtualGrid.

This happens only for some of the cells and when the viewport has many rows and columns.

To work this around, instead of setting the header size in the HeaderSizeNeeded event handler, use the ColumnWidth property of RadVirtualGrid.

<telerik:RadVirtualGrid ColumnWidth="50" />

0 comments