Unplanned
Last Updated: 04 Oct 2016 06:48 by ADMIN
ADMIN
Dimitar
Created on: 27 Sep 2016 08:38
Category:
Type: Bug Report
2
FIX. RadListView - the sort order is not updated when nodes are added/removed to/from groups
Use the attached project to reproduce.

Workaround:
 - Reset the descriptors after the changes are performed.

Dim sortDescriptor = radListView1.SortDescriptors(0)
radListView1.SortDescriptors.Clear
'add/remove items
radListView1.SortDescriptors.Add(sortDescriptor)
Attached Files:
0 comments