Completed
Last Updated: 03 Dec 2018 14:52 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 26 Nov 2018 08:24
Category: VirtualGrid
Type: Bug Report
0
FIX. RadVirtualGrid - incorrect layout in the header row when setting the TableElement.RowHeight property
To reproduce: if you set the TableElement.RowHeight property, it affects the header row as well, but not all cells. As a result the header row overlaps the new row.

Workaround: set the TableElement.HeaderRowHeight as well.

  this.radVirtualGrid1.TableElement.HeaderRowHeight = 50;
0 comments