Mithun Pradhan

Mithun Pradhan

  • 1.3k
  • 150
  • 21.1k

How to show checkbox is only child node ejs-treeview using asp.netcore

Oct 10 2023 11:22 AM

My code

<ejs-treeview id="treeviewLive" nodeClicked="nodeClicked" showCheckBox="true">
    <e-treeview-fields dataSource="@Model.LiveListViewModel" id="Id" parentId="ParentId"
                       text="Title" hasChildren="hasChild" expanded="Expanded" selected="is_selected">
    </e-treeview-fields>
</ejs-treeview>

output

Actual need to


Answers (2)