Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Implementing Selection Node for TreeView
posted


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