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 '
but it is displaying the checkbox as separate column.
please tell the solution for the above three questions.
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);'
please tell the solution for the above three questions.