@esimmons wrote:
Good day folks. First just want to say many thanks for all the great support we have been getting.
We seem to be running into an issue.
We are creating a binding on the position
new go.Binding("position", "pos", go.Point.parse).makeTwoWay(go.Point.stringify)
When we call
diagram.model.setDataProperty
on the 'pos' data binding it seems to have no effect. The link line does not move. Is there something wrong that we are doing.
Posts: 3
Participants: 2