Hi Pierre,
In order to see changes reflected in the UI after initial binding you'll need to make sure that property has
PropertyChanged wired up.
Using your example of Status property, here's what that would look like:
Demo
You can see this
in action with our Cell Swipe documentation's example here.
Notice how the
IsUnread property of the Mail model calls
OnPropertyChanged?
If you swipe the item to the right more than 70 pixels,
the IsUnread value changes (and the item in the list is updated because of property changed notificaiton).
If you continue to have trouble with this,
please open a support ticket here and attach your code so that I can investigate directly.
Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items