Does Kendo have any functionality available for the following:
1) creating a TreeGrid? That is the combination of tree functionality and grid. Not looking for nested grid functionality. But a tree that contains rows of same information.Similar to:
http://www.jeasyui.com/tutorial/tree/treegrid1.php
2) Tooltips on Tree nodes
3) Three state Tree checkboxes, such that if only part of the child nodes are checked the parent is in a grey 3rd state (partial checked).
Thanks