To reproduce:
- Remove the default padding:
private void RadVirtualGrid1_RowExpanding(object sender, VirtualGridRowExpandingEventArgs e)
{
e.ChildViewInfo.Padding =new Padding(0,0,0,0);
}
Still some space remains, this can be seen in the demo application as well.