Group: Awaiting Activation
Posts: 172,
Visits: 12K
|
Solved it ... at least I think I did. The WBBS and the ASPxGrid control simply worked differently than I thought. After placing the grid in Edit mode, making a change, then pressing the grid's save button the grid successfully commits the change but to the business object data fields not the database itself. Therefore, in order to get the data from the BO to the database, in the grid's DataUpdated method I simply had to call the BO's Save() method. If anyone has a better way I'd like to hear it.
Charles T. Blankenship Senior Consultant Novant Consulting, Inc. 704.975.7152 http://www.novantconsulting.com
|