What I would like is both of my datagrids to be bound to my list Orders. However I want one datagrid to show all orders in my list where the Status is true and the other grid to show all the orders where the status is false.
Also what I would like is if the user changes the status in one of the datagrids that the Order then moves to the other datagrid.
The link here Example Solution shows a solution where ListCollectionView is subclassed. This sounds like a good example for me to follow, however I do not know how to go about this.
Just to mention that my list when bound to the datagrids will not add any new Orders and also the no Orders can be deleted.
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.