Hi,
We use the grid component in conjunction with observables in batch mode.
We retrieve data from a database view via an API. We want to display the data from either a field A or B (if it is filled).
I found out that I could use valueaccessor for this purpose. Works great.
If I then want to edit the data, the grid component correctly shows the edited value if the data derives from field A,
but not field B. If data derives from field B, and I edit it, it shows the old value. It does however save the new, edited
value after pressing "update". It does not refresh the data as well.
Basically the question in it's basic form are:
- Why is the edited value of field B not shown? How to evoke this?
- How to refresh the data after saving the edited data? We use a service for this, so outside the "grid" scope.
If it is not possible in "batch mode", we have to switch to "normal mode" - if that is part of the solution.
We hope to hear something from you!
Kind regards,
Bas