Unplanned
Last Updated: 31 Jan 2018 08:29 by ADMIN
ADMIN
Dimitar
Created on: 17 Jan 2018 08:55
Category: GridView
Type: Bug Report
0
FIX. RadGridView - move and insert does not work with the SummaryRows collections.
To reproduce:
 this.radGridView1.SummaryRowsBottom.Insert(0, summaryRowItem2);
 this.radGridView1.SummaryRowsBottom.Move(2, 0);

Workaround:
Remove all items and add them back with a spesific order. 
0 comments