Group: Forum Members
Posts: 336,
Visits: 497
|
I have a BO which I am calling Add on and then opening a ChildForm to create the new BO. In the Form_Load of the child the BO is in the Adding EditingState, but when I set the first property on it my CheckRulesOnCurrentRow event fires and causes all of my rows to have errors when the form comes up the first time. I thought this event only fired on the .Save on the BO. Why would it be firing in this case?
|