Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    CheckBox Tree

    Hi all,

    1) I need to dispplay the checkbox for each nodes besides node name.

    2) if user selects the parent checkbox subnodes should select

    3) if user selects the subnode the parent should select


    i have used the '
    Code:
    treeGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);'
    but it is displaying the checkbox as separate column.

    please tell the solution for the above three questions.
Working...
X