After the page loads, there are no more calls to can.view
If I load the page and then manually (from the console) destroy a model that is in the grid, this reproduces the issue.
After the destroy, if I change any live binded property of a model in the grid, I get that error.
If I don't instantiate the DataTables plugin and let it print out the normal HTML table, live binding works fine and the issue does not rear its ugly little face.
Any other thoughts or debugging solutions?