I have been working on this for a while now, and have not been able to figure this out. If any one can help that would be great. I'm posting the code I was previously using to achieve a file_explorer type control but I'd much rather use the telerik file explorer.
previously used an asp.net treeview - want to use RadFileExplorer
than in the page load function I just called the PopulateTopNode()
I looked into overriding:
but these return DirectoryItem which got confusing cause i'm not travering a file system.
Then I thought maybe just do the same thing I was doing before but RadFileExplorer.Treeview doesnt seem to have a
OnTreeNodePopulate function
Any help would be great. I just want a read only file explorer where the object in the tree have hyperlinks. No file uploads, file copies or anything, but my data source is a database with schema ( id, parent, value, hasChild ).
Thanks
Jason