TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ramzes pharaon
NA
1
1.5k
ObservableCollection does not get updated. Why?
Feb 2 2013 4:17 AM
In my MVVM I have a list of ObservableCollection<T> type
This list gets displayed in a grid.
I also have a button to delete an item from the list.
When I delete an item, I delete it from the database, not from a list.
However the list does not get updated if I don't call for a method that reloads the data into the list after this operation.
So it's pretty much the same as List<T>
Because in both cases I still have to call for a method that reloads the data in the list.
But I understand that ObservableCollection should resolve it on it's own...
Am I missing something?
Reply
Answers (
0
)
CurrentItem is always the first object of the binded list
how to print Datagrid Data in wpf using C#