I have a webpage with a grid and detail section. I have bound the grid and the detail section to the same observable array. When I update the values in the grid, the updated value is not reflected in the detail view. On the other hand, when I update a value in the detail view, it is reflected in the grid. I realize this is CTP, but please advise.
hi,
could you check the following sample:
http://ko.infragistics.com/products/jquery/sample/grid/grid-knockoutjs-integration
I would ensure that you have autoCommit set to true, in the grid options.
Hope it helps. Thanks,
Angel
Yes, I have tried setting autoCommit to both true and false (with a commit button) and neither seems to update the underlying VM object.
Further, the example you cite does not track the current location in the ko.observableArray() so as to make the detail view (at the top) change on row selection.