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
9364
Field updates for two grids binding to same table
posted

I have two grids binding to two dataviews for the same datatable. They display some fields in common and some different.

If I update one of the common field on grid1 and tab out, that same field on the grid2 does not immediately reflect the new value unless I click on a different row in grid1.

 - Is this because of my Grid binding of some std .NET binding behavior?

- Any way to make grid2 show the changed value immediately when one tabs out of grid1 either thru Grid property or some other way?

 Thanks! 

Parents
  • 1775
    Verified Answer
    posted

     Check it out:

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v8.3~Infragistics.Win.UltraWinGrid.UltraGrid~UpdateMode.html

Reply Children
No Data