Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
Is it still necessary to use BindingSource in .NET 3.5
posted

Hi,

I know there is a performance issue in .NET 2.0, and it can be fixed by using BindingSource.  Is this still necessary in .NET 3.5? 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    The performance issue you are probably referring to is an issue with the BindingManager in DotNet. I'm not sure exactly what the issue is or under exactly what circumstances it occurs, though.So it's impossible to say if this was fixed.

    But it's very easy to test. If you bind the grid to a data source and you can expand rows and select rows, then you are not having a problem. If you are experiencing this problem, you will know it, as the grid becomes almost completely unresponsive.

     

Children