Unplanned
Last Updated: 16 May 2019 05:12 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 29 Nov 2018 10:55
Category: VirtualGrid
Type: Bug Report
1
FIX. RadVirtualGrid - no mouse indication for the child template for the columns outside the width of the parent template
To reproduce: please refer to the attached gif file. The CellClick is not fired for the child rows that belong to columns that exceed the width of the parent template.

Workaround: set the AutoSizeColumnsMode property to Fill.

this.radVirtualGrid1.AutoSizeColumnsMode = Telerik.WinControls.UI.VirtualGridAutoSizeColumnsMode.Fill;
0 comments