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 984047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:57:10+00:00 2026-05-16T04:57:10+00:00

I have a DataGridView bound to a BindingList (C# Windows Forms). If I change

  • 0

I have a DataGridView bound to a BindingList (C# Windows Forms). If I change one of the values in an item in the list it does not immediately show up in the grid. If I click on the changed cell, or minimize then maximize the window it updates properly, but I need it to happen automatically.

I had the same problem earlier, but in that situation I had to change the cell’s background colour at the same time that the value changed. This caused the cell to refresh correctly.

The only way I can get it to work is…

dataGridView.DataSource = null;  
dataGridView.DataSource = myBindingList

…but I’d really like to avoid this as it makes the scrollbar pop back to the top, and means that I’d have to set my cell background colours again. Surely there’s a better way. I’ve tried Refresh (as well as refreshing the parent), Update, and Invalidate, but they’re not doing what I need.

I’ve seen this problem mentioned on a few message boards, but haven’t seen a working answer to it yet.

  • 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-05-16T04:57:11+00:00Added an answer on May 16, 2026 at 4:57 am

    ListChanged notifications for item value changes are only raised if the list item type implements the INotifyPropertyChanged interface.

    Taken from: http://msdn.microsoft.com/en-us/library/ms132742.aspx

    So my first question would be: Implements your item the INotifyPropertyChanged properly?

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

Sidebar

Related Questions

I have a DataGridView with one DataGridViewComboBoxColumn in my WinForms application. I need to
I have a DataGridView with its datasource set to a generic list of custom
I have a datagridview where the users can select which subset of columns to
I have a DataGridView that I want to query using Linq (C# WinForm). I
I have a datagridview which im binding DataTable to. What I want do is
I have a DataGridView control in a winforms app that I'm working on. The
I have a DataGridView binded to this table: [Users] ID Name -- ---- 11
How can I have a datagridview that will autogenerate a textbox instead of a
Say I have a DataGridView in which I dynamically build up a ComboBox column
In my application I have a DataGridView control that displays data for the selected

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.