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

  • SEARCH
  • Home
  • 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 8460859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:43:14+00:00 2026-06-10T13:43:14+00:00

I have a VisualStudio generated DataSet. I connected them into a DataGridView (width connected

  • 0

I have a VisualStudio generated DataSet.
I connected them into a DataGridView (width connected by VisualStudio).
I’m using a filter. For example:
xyBindingSource.Filter = "yx = 'tart'";

My problem:
If I change any value of yx column (from tart to anything else), the changed row will remove before a CellEndEdit event going to run.
And in a CellEndEdit event, the DataGridViewCellEventArgs will contains the correct row and column number.
But the row what is pointed by the event args is not that, what is edited, because the selected row is removed earlier.

What can I do?

Thanks for help:
Norbi

  • 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-10T13:43:16+00:00Added an answer on June 10, 2026 at 1:43 pm

    You can handle this by using the DataGridView.CurrentCellDirtyStateChanged Event. This can raise the DataGridView.CellValueChanged Event, if you do it like this:

    void dataGridView1_CurrentCellDirtyStateChanged(object sender,
        EventArgs e)
    {
        if (dataGridView1.IsCurrentCellDirty)
        {
            dataGridView1.CommitEdit(DataGridViewDataErrorContexts.Commit);
        }
    }
    

    CommitEdit manually raises the DataGridView.CellValueChanged Event. You can reload your Filter Method inside this Event again. Give it a try.

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

Sidebar

Related Questions

I have created a web application using Visualstudio 2008 using C# on my computer.
So I have been running into all kinds of interesting problems in VisualStudio 2008
I have got a problem about running codedui test which was generated from manual
I have generated a Win32 DLL using C++ in Visual Studio 2008. All of
I'm using VisualStudio 2010 to generate web deploy package for web application. I have
I have a DLL generated from Visual Studio 2010, but I need to link
We have a Visual Studio Wizard written using the DTE environment to automatically generate
I have a VisualStudio project with a few sub folders like Accounting, Store etc.
I use VisualStudio 2010 and olso have Visual C# 2010 Express installed on my
I have a test project in Visual Studio. I use Microsoft.VisualStudio.TestTools.UnitTesting . I add

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.