Hi
Infragistics : 8.1 version
Is there any way to select a node from the TreeView component.
Detail :
I have a Treeview component with some TreeNodes. I have to select a Particular Node.
JSP :
<ig:treeView binding="#{Override.htmlTreeView1}" dataSource="#{Override.units}" id="htmlTreeView1" style="width: 396px;height: 296px;"> <ig:columnSelectRow showSelectAll="true"/> <ig:treeNode binding="#{Override.htmlTreeNode1}" id="htmlTreeNode1" value="Unit : #{DATA_ROW.addressableUnitId}" /> </ig:treeView>
Suggestions will be appreciated
Rgds
Aslam
Hello, Aslam!
The <ig:columnSelectRow showSelectAll="true"/> tag is currently intended as an attribute for the WebGrid. You should think of another way of selecting a tree node (if no just by clicking it). If you'd like this feature to be included, you can post a feature request.
Submit a feature request to Infragistics
--Bozhidar