Hi,
Query 1: TreeView Drag and Drop:
By the shared details we can understand that you are trying
to drag and drop the nodes of the TreeView without having drag item
element. We have achieved your requirement by making the visibility of the .e-drag-item
class element to hidden,
|
.e-drag-item {
visibility: hidden !important;
}
|
Query 2: Placing TreeView in Layout:
We have made changes to place the TreeView component
into the Dashboard Layout component and added the below styles to
achieve your requirement.
|
.root-container {
height: 100%;
overflow-y: scroll;
}
|
Please checkout the shared sample and get back to us If you
need further assistance.
Regards,
Jafar
Attachment:
BlazorTreeView1_47a6a815.zip