views:

31

answers:

0

In my Master detail scenario I' have a datagrid binded to DomainDataSource as Master and and when the user clicks on a row, I opened up the ChildWindow where the user can make the edits to curently selected record. I'm not using the DataForm.

My Question is How can I save the edits made by user from ChildWindow? Do I need to get the handle to DomainDataSource from Parent Page and pass the values of this record and then call the SubmitChanges() OR can I do it from ChildWindow directly?