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!
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
Thank you very much!