When moving items between grids, if i bring back item that has been previously removed it is not working. However, if i set the _destroyed to null it is working but later a null exception is thrown. Is there a more intelligent way of handling this situation.
I have a progress narrowing the problem down.
When adding back previously removed item, as soon as i add the item, in the background(kendo, jquery) the item gets deleted and goes to _destroyed, and this is without even appearing on the grid.