Mithun Pradhan

Mithun Pradhan

  • 1.5k
  • 143
  • 17.3k

How To add Icon In parent child and sub child node?

Sep 18 2023 1:42 PM

My tree view 

<ejs-treeview id="TreeViewRoles" height="100%">
                    <e-treeview-fields dataSource="@Model.TreeViewModel" id="Id" parentId="ParentId" text="Name" hasChildren="HasChild" expanded="Expanded" htmlAttributes=""></e-treeview-fields>
                </ejs-treeview>

Actual Need to like this


Answers (2)