Hello,
When I remove an item from an array using splice, as per your examples, it appears that two items are being removed from the array rather than just one.
I've created an example below:
http://trykendoui.telerik.com/iBec
It seems to be caused by using the 'set' command against the array:
Am I using the set command in the wrong way?
Thanks.
When I remove an item from an array using splice, as per your examples, it appears that two items are being removed from the array rather than just one.
I've created an example below:
http://trykendoui.telerik.com/iBec
It seems to be caused by using the 'set' command against the array:
viewModel.set(
'data.files'
, fileCollection);
Am I using the set command in the wrong way?
Thanks.