I am using a WinJS.Binding.List to bind data to a ListView. I would like to use the createSorted method to create a sorted projection on the list. In addition, the data inside the list is live so it will be changing. Obviously the sorted projection will not automatically watch the properties to see if they are changing. I can’t find a mechanism that will allow me to invoked a ‘re-sort’. Does something like that exist?
Share
I believe you will need to call notifyMutated on the list at that item.
http://msdn.microsoft.com/en-us/library/windows/apps/hh700771.aspx