I am trying to create a treeview with hierarchical structure.
CIK
|__Series
|__Class
Series will be populated from the database based on the currently selected CIK value member(Id). Class will be populated from the database based on the Series ID selected.
I couldn't find the right sample in the documentation to do this. Please point me in the right direction. Thank you for your help.