Hi,
i am using GWT 1.6.4 and added smartGWT.jar in the project. Application uses both GWT-EXT and Smart GWT. I want to use smartGWT checkbox tree in my app.
I refered
http://www.smartclient.com/smartgwt/showcase/#tree_checkbox
this link. But in my case checkboxes are displayed just as a column and not aligned to nodes as displayed in the eg. Also when I select the child node the cascaded parents are not getting checked.
I have used
gplTreeGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
gplTreeGrid.setShowPartialSelection(true);
gplTreeGrid.setCascadeSelection(true);
Any ideas?
Regards,
Sanket
i am using GWT 1.6.4 and added smartGWT.jar in the project. Application uses both GWT-EXT and Smart GWT. I want to use smartGWT checkbox tree in my app.
I refered
http://www.smartclient.com/smartgwt/showcase/#tree_checkbox
this link. But in my case checkboxes are displayed just as a column and not aligned to nodes as displayed in the eg. Also when I select the child node the cascaded parents are not getting checked.
I have used
gplTreeGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
gplTreeGrid.setShowPartialSelection(true);
gplTreeGrid.setCascadeSelection(true);
Any ideas?
Regards,
Sanket
Comment