Chrome dev tool to inspect the object that is bound to a particular DOM element that have the data-bind tag.
From the Chrome Store https://chrome.google.com/webstore/detail/kendo-mvvm-inspector/fffmfifciekjfbepekljnhapikieebfj
Using the source code locally on your machine
- Open Tools > Extensions
- Make sure developer mode is checked
- Load unpack extension
- Select src folder
When you open your Developer tools on chrome, look for an extra panel named Kendo MVVM. Whenever you inspect an element, if that element contains a bound object, this one will be displayed on that panel.
Visit Kendoui website