I have what seems to be a simple problem and hopefully an equally simple answer:
Currently I have a hierarchical grid, with a details table for drilling down into the data. The drill down data is where the edit occurs (only update right now). The problem is that when I update a detail record, the top level record does not want to refresh.
To make this a bit clearer (and trying to avoid bombarding everyone with code, which later we may find is necessary), picture the master record displaying a field "balance". The detail records are items that total the "balance". When I update one of the detail balances, it is reflected; however, the master balance field is not.
Thanks.
Currently I have a hierarchical grid, with a details table for drilling down into the data. The drill down data is where the edit occurs (only update right now). The problem is that when I update a detail record, the top level record does not want to refresh.
To make this a bit clearer (and trying to avoid bombarding everyone with code, which later we may find is necessary), picture the master record displaying a field "balance". The detail records are items that total the "balance". When I update one of the detail balances, it is reflected; however, the master balance field is not.
Thanks.