Hi,
I did a master detail with 2 grids and they work as expected. But I have a question.
How do you do updates in the detail grid and keep the changes?
When I click the first row of the master and make changes to the record in the detail grid, then I click the second row of the master and then again I go back to the first row. When I look at the detail records that belong to the line 1 of the master they are back to their original values. The only option right now is refreshing the whole web page, that means a round trip to the server to get the data. Let me be clear, the updaterow is working great and doing what it should do. My only concern is about the detail grid loosing the changes when you move the focus on the master to another record.
Thank you for your time,
Harold.