How can I make such UI:
1) ListBox with items.
2) Detail information about selected item.
3) When you change any item in details information, the selected item in the list becomes bold...
4) ... until you push "Save" button and all changes go to the database.
For example, for Binding to the list I use Object with String Name property and I want to see changes of this property after pushing "Save".
The main trouble is to call force refreshing of the ListBox, when I bind UpdateCommand to the SaveButton Command property.