Hi June,
We were able to get the intermediate checked node details in TreeView by using below code block.
|
[Script]
var treeObj = $("#treeView").ejTreeView("instance");
var InterCheckedNodes=$(treeObj.element.find(".e-item")).find('> div > .e-chkbox-wrap[aria-checked="mixed"]').closest('.e-item');
|
We have prepared simple sample with your requirement, please check the sample in below playground location.
Please let us know, if the provided information’s are helpful to achieve your requirement or not.
Regards,
Ashokkumar B.