Completed
Last Updated: 14 Feb 2019 16:55 by ADMIN
Andrea
Created on: 04 Jan 2019 11:39
Category: VirtualGrid
Type: Bug Report
0
FIX. RadVirtualGrid - CellValueNeeded event is not fired for the header and first row of the child template when the parent is collapsed and expanded again
Please run the attached sample project and follow the steps from the gif file.
3 comments
Dimitar
Posted on: 14 Feb 2019 16:55
Hello,

A fix will be available in Telerik UI for WinForms version R1 2019 SP1.

Regards,
Dimitar
Andrea
Posted on: 17 Jan 2019 08:38

Hello Dess, thank you.

This fix solved the problem.

Regards.

ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 04 Jan 2019 11:46
Hello, Valerio, 

Thank you for reporting this issue. I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to force refreshing the grid in the RowExpanded event as follows:

private void radVirtualGrid1_RowExpanded(object sender, Telerik.WinControls.UI.VirtualGridRowExpandedEventArgs e)
{
      this.radVirtualGrid1.Width += 1;
}

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.