To all,
I have reviewed the posts on this thread and have found a way to use Item templates for integrating a WebDataTree in a WebExplorerBar group item. However, my situation requires that I provide the ability to modify the nodes on the tree to include "Archived" nodes. Normally, folks just want to look at "Active" information and folders, but sometimes they need an interface option to include stuff marked for Archive as well as the Active stuff.
In my older version of this application I used an UltraWebListBar which allowed me to place multiple controls inside its groups. I cannot figure out how to do this in the WebExplorerBar control.
Can someone provide guidance for placing a Checkbox and a WebDataTree inside a WebExplorerBar group?
Hello BOGHRD,
Thank you for contacting us.
I hope that I am understanding you correctly, if I am missing something from your scenario please let me know. You want to place WebDataTree (and Checkbox) inside a WebExplorerBar? Below you can find our web sample MyMail, this is mail client application with viewing and managing email functionality, could you please tell me is that what you want, to have such WebExplorerBar with WebDataTree in it. Click on mail bar item and notice ho inside there is WebDataTree with personal folders.
Online sample:
http://labs.infragistics.com/aspnet/showcases/MyMail/EmailClient.aspx
Looking forward to hearing from you.
Zdravko,
I am using the EMailClient example. It is exceptional - as are all/most of the examples provided. My problem is that I need both a checkbox and a WebDataTree in the same group within a WebExplorerBar. To clarify: I would like the GroupContents of the first ExplorerBarGroup to contain both a Checkbox and a WebDataTree.
The Checkbox would toggle whether or not 'Archived' nodes appear in the WebDataTree. If checked, then the WebDataTree displays archived leaf nodes, otherwise only active leave nodes.
The example only has a WebDataTree in the group contents of the ExplorerBarGroup.
Roger