Search code examples
telerikradtreeview

Multiple images in RadTreeView


In a Telerik RadTreeView has anyone ever been able to display multiple images on the RadTreeNode? RadTreeNode has the .ImageURL property, but just sets one image. It would be usedfull to display a couple of images, or another image after the node text.

I'm using RadControls for ASP.NET Ajax Q3 2010

Thanks, Brian


Solution

  • Couple the images in front of the treeview nodes with templates (check this demo) - thus you can have as many images as you want for the nodes.