Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
$("#treeview").igTree("CheckedNodes") issue
posted


Hi,

I am trying to find the if any of the nodes are checked. I am using var nodes = $("#treeview").igTree("CheckedNodes");

even when no node is checked the var node has length = 1

I have a code which should run only when a node is checked

Am I missing something?

Parents
No Data
Reply
  • 5105
    Verified Answer
    Offline posted

    Hi there,

    This behavior has been corrected and now the API methods for checkedNodes, partiallyCheckedNodes and uncheckedNodes correctly return an empty array when the collection is empty, instead of returning the default which is the widget element.

    Thank you for using the Infragistics forums!

Children
No Data