I've a RadTreeView control displaying images from different folders. I want the RadRotator control to display a slide show of all the images in the folder when the user hovers over a folder. How do I go about doing this?
This scenario can be achieved by using the client side APIs of the RadTreeView, RadRotator control and I recommend you use a RadAjax control (RadAjaxManager in the attached demo). For your convenience I prepared a full working sample that shows the basic steps to achieve the desired result.
I hope this helps.