Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
You can use the expandPath TreeView method to expand a list of nodes. Here is a demo: http://jsbin.com/fufofucacoqu/1/edit For older Kendo UI TreeView versions, which do not have an expandPath method, one can use some custom code: http://jsbin.com/ESOjAmi/8/edit In order to scroll a node in the viewport, you can use either the scrollIntoView method, or if you want to have more control over the transition, the scrollTo jQuery plug-in.