I have a Master Grid/Detail Grid both containing information that compose a record of "Movements".
The problem comes when I need to add a new record because the primary key of the record is part on the Master "Header" Row and part on the Detail Row.
- Due to Business requirements batch updates are mandatory.
Changing the functionality of the Detail Row onSave() and taking the values of the Master row (that can't be saved yet) seems like an odd approach.
Thanks in advanced,
D.