jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree Query related to jqxTree.

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 11 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Query related to jqxTree. #46813

    fearbuster
    Participant

    Hi Sir,

    If i select the parent node then its child should not select is there is any solution for this problem.

    Thanks,

    Fearbuster

    Query related to jqxTree. #46819

    Dimitar
    Participant

    Hello Fearbuster,

    This does not normally happen. Please provide us with a code sample or a step-by-step guide to reproducing the reported issue.

    If you, however, mean that the child items gets checked when you check the parent item, this functionality can be disabled by setting the hasThreeStates property to false, i.e.:

    $('#jqxTree').jqxTree({ hasThreeStates: false });

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Query related to jqxTree. #46852

    fearbuster
    Participant

    Hisir,
    Can we use also partial select feature with above listed feature.please suggest me…

    Thanks

    Fearbuster.

    Query related to jqxTree. #47115

    Dimitar
    Participant

    Hi Fearbuster,

    Only one tree item can be selected at a time, but multiple items can be checked.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.