.net - Bind a IHierarchicalEnumerable to a treeview, and specify custom Images and navigation Urls -


I have an external datasource that implements IHierarchicalEnumerable I am trying to use that data source for my tree view , But I can not find any way to specify images and individual navigation URLs, should submit control (there are some business logic).

Example I have assumed all URLs and name and image fields are available directly in datasource but this is not the case here.

I have tried to make these properties as another proxy in the form of a data source, but this

Thanks for the help!

You should take a look at the status of tree view control. In the event handler, you can change the node properties (such as image URL or text) depending on some conditions.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -