I'm having a problem with the CanSave method that I don't understand. I have a master/detail arrangement where the master object is a BusinessListBase derived from a BusinessBase object. This BusinessBase object has a property that is a list of child objects which is another BusinessListBase derived from another BusinessBase object. I have a form divided into two parts on the left side is a grid where the master list is displayed, on the right half I'm displaying the master BusinessBase details. The problem that I'm having is that as I move up and down in the list on the left, the details on the right "CanSave" is always true when it shouldn't be and I don't understand why, can someone please try and explain what might be happening
Thanks
Copyright (c) Marimer LLC