Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
Svetlin
Created on: 07 Aug 2012 06:06
Category: GridView
Type: Bug Report
2
FIX. Rows overlaps each other when CellFormatting and rows on demand hierarchy are combined.
The code below causes wrong layout of RadGridView control when 0, A0, A1, B2, C1 rows are expanded:

private List<GridViewTemplate> childTemplates;

public TestForm2()
{
    InitializeComponent();
}

protected override void OnLoad(EventArgs e)
        {
  
0 comments