Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
I can practically guarantee that you have an event that is being handled causing either the row to be set back to the previous row or causing some type of validation issue. If you place a breakpoint in the Set of the BO property, you may then be able to see at what point the values are being set or updated....also, the Navigated and Navigating events will definitely be firing...so if they are not firing then you may have your breakpoint in the wrong place. Be sure to put your breakpoint in the Navigating of your BO (you may want to add some code in there so you can set your breakpoint).
|