Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9257363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:09:19+00:00 2026-06-18T12:09:19+00:00

My scenario is below: I am using EF4 and use linq. I have a

  • 0

My scenario is below:

I am using EF4 and use linq.
I have a datagrid which is bound to a ICollectionView (bacause I use filtering) as below:

view = CollectionViewSource.GetDefaultView(lstOrdsRlsd);
                if (lstOrdsRlsd.Count > 0)
                {
                    dgRecords1.ItemsSource = view;
                }

where lstOrdsRlsd is an observablecollection.

My problem is :

I need to refresh the datagrid when something is changed in the database (whether its adding a new row or changing some property of one record etc).

I tried datagrid.Items.Refresh() which didnt work.
Can I use INotifyPropertyChanged in this case? Could someone give some sample code about how to implement this?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T12:09:20+00:00Added an answer on June 18, 2026 at 12:09 pm

    You can try using the DbSet<>.Local property. This is an observable collection with all the rows that you have queries from you database context.

    public ObservableCollection<T> DbSet<T>.Local
    

    So if you do any queries later, and more rows comes back, the DbSet<>.Local collection will INotifyCollectionChanged for you. 🙂

    So the next step is to then make sure EF fetches the new rows. You could use anything from Daniel Hilgarth’s answer to implement that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My scenario is as shown in the figure below. I have a database which
I have a scenario using Unity which is a bit confusing... Say I have
I have the below scenario. I am using EF 5 Code first, MVC 4
My scenario is a Gridview which is bound to a stored procedure using asp:SQLDataSource.
In the scenario below, I have a boolean value. Depending on the result, I
I have a scenario like the below.. <h:selectOneRadio id=someId value=#{myBean.type} required=true> <f:ajax event=valueChange execute=@form
How do I find and replace a property using Linq in this specific scenario
I have a below scenario. Actually, by the process the after rendering the html
I have a Encryption – Decryption scenario as shown below. //[Clear text ID string
Using the example below. I have an HTML file parsed using Mojo::DOM . However

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.