Hi,
I would like to get the html-attribute "id" from the node when it is selected.
My tree-view is as follows :
<ej-tree-view id="SideBarTreeView" node-select="onNodeSelected" node-click="onNodeClicked">
<e-tree-view-fields datasource="@Model.SideBarTreeViewList" id="id"
parent-Id="pid" text="name" has-child="hasChild" expanded="false"
html-attribute="nodeAttribute">
</e-tree-view-fields>
</ej-tree-view>
Looking at the source code from my page, the "id" is located in the <li> parent element of the selected node.
Thanks for your support.