Read original post by Jeff Brand at SlickThought.Net
One of the most useful features in WinJS is it’s support to data bind. There are lots of examples of how to bind data using WinJS.Binding.List, including creating, adding and removing items that are then displayed using a ListView. The one example that seems to be missing, however, is how to update a single item in your array and have the changes show up in the ListView.