Completed
Last Updated: 20 Oct 2014 13:57 by ADMIN
ADMIN
Stefan
Created on: 12 Feb 2014 14:46
Category: GridView
Type: Bug Report
0
FIX. RadGridView - The values of the OldItems and the NewItems properties from the event arguments of the SortChanged event are not populated correctly
To reproduce:  
1. Add RadGridView with 2 columns
2. Sort first column. Then sort second column.
3. Break in the SortChanged event handler method
4. e.NewItems[0].PropertyName is 'column1' and e.OldItems[0].PropertyName is 'column2', the values are swapped
0 comments