Example of Nested List in ASP.NET MVC ListView Control
This sample demonstrates the nested list functionalities, which allows you to navigate to the sub list items by clicking any item and navigating back to the list item using the back icon at the top left.
DEMO
SOURCE
The ListView component supports nested list. To achieve list navigation, the Childopens in a new tab
property should be defined for the nested list in the array of JSON.
This sample have nested folder with the sub folders or files.