Completed
Last Updated: 13 Oct 2014 09:35 by ADMIN
ADMIN
Stefan
Created on: 30 May 2013 03:55
Category: GridView
Type: Bug Report
0
FIX. RadGridView - the PropertyName property from the event arguments of the SortChanged event is not populated
To reproduce:
- just subscribe to the event, sort the grid to fire it and check the property value

Wordaround:
((SortDescriptor)e.NewItems[0]).PropertyName
0 comments