this follows on from a few of my previous posts, regarding updating the kendo grid datasource. The last thing I want to do is have this occur when the user goes to a new row (th
This is a known problem with Kendo's grid, it can't do a partial refresh, it always rebuilds the full table. See my answer here on how you might deal with that.