This question is locked. New answers and comments are not allowed.
Using Batch editing.
I have a scenario where I'm updating a different property of the same class that a grid is bound to. I'm using grid.dataItem(myRow) to get the underlying object and then am updating the property. This all works fine as long as a property that is shown in the grid is updated as well - both updates flow back to the controller.
My issue is when the only changes to a record are these "behind the scenes" ones. hasChanges() is false and there's no entries in grid.changeLog. Is there some way to get the grid to recognize that a change has been made?
Thanks in advance!
I have a scenario where I'm updating a different property of the same class that a grid is bound to. I'm using grid.dataItem(myRow) to get the underlying object and then am updating the property. This all works fine as long as a property that is shown in the grid is updated as well - both updates flow back to the controller.
My issue is when the only changes to a record are these "behind the scenes" ones. hasChanges() is false and there's no entries in grid.changeLog. Is there some way to get the grid to recognize that a change has been made?
Thanks in advance!