As a follow-up, imagine our scenario above:
- 6 Kendo Grids
- 200 rows per grid
- 5 columns per grid
= 6,000 AngularJS watches added to the $digest cycle.
AngularJS documentation suggests keeping # of watches < 2,000 for good application performance (and the fewer the better).