-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set Destination Values #109
Comments
Even I am having the same issue. My destination array is coming from a service. |
Okay, so I've been using it incorrectly. And I guess so have you. The destination must be a subset of the source. |
Even i am getting destination array as empty any suggestions |
The documentation is little confusing. Finally understood that the source has to be full list of items and destination has to be subset. For example: Control will take care of displaying [3,4,5] in source and [1,2] in the destination. One feature that is missing is to get a changed set vs original. How can you get the items that were added and deleted? Maintain original destination and compare the final one to get change set. |
do not delete records from the source list because if you do so in the destination list the selected objects will not appear |
I am successfully able to bind source values. I am unable to bind the destination array.
The arrays are in the same format.
.html
.ts
Arrays:
selected:["ABC", "BCA", "CAB"]
confirmed : ["PQR", "RQP", "QPR"]
The text was updated successfully, but these errors were encountered: