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.