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
paul aziz
1.7k
9
510
Two way Databinding with entityframework 6
Jun 29 2020 5:16 AM
Hello everyone
I have sfDataGrid bound to ObservableCollection from generic repository with UinitOfWork. But the Grid does not refresh its UI when the datasource changes. I don't know what I am doing wrong.
Below is my code:
sfDataGrid1.DataSource = GetCustomerListViews;
public ObservableCollection
GetCustomerListViews => _unitOfWork.CustSups.GetCustomerListViews();
Is there a way to achieve two way binding with entityframework?
Thanks in advance for your assistance
Reply
Answers (
2
)
contactClass error on Add button
How to develop tasktray application