Under Review
Last Updated: 25 Nov 2021 12:15 by ADMIN
Ivo
Created on: 17 Mar 2016 13:25
Category: TreeView
Type: Feature Request
2
TreeView select(node) should be able to ensure node visibility
It will be great if kendo has a single operation to ensure node visibility upon selection, i.e. automatically do all of these 3 under the hood:
1) select the node
2) expand collapsed parents
3) scrollIntoViewIfNeeded

Something like:
     treeview.select(node, true);
0 comments