Unplanned
Last Updated: 12 Sep 2016 15:38 by ADMIN
ADMIN
Stefan
Created on: 12 Sep 2016 15:24
Category: GridView
Type: Bug Report
1
GridView: When grouping and sorting are applied at compile time and the items are populated at runtime, the sorting is not evaluated
A workaround for the issue is to use RadObservableCollection as a source collection. Before the items are added to it, call the its SuspendNotifications method. Respectively, after that call the ResumeNotifications one. 

Another approach would be to populate the items through the AddRange method of the collection.
0 comments