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,
I am glad that you consider my suggestions helpful.
Thank you for using our products.
Zdravko,
I thought I tried that. But, in the end, it works great. I will have to play with my CSS styles a bit, but again it works great and is fast. Thanks for the supporting code and example.
Roger
Hello Roger,
In order to have couple controls within one group my suggestion is to use ItemTemplates. I have created a sample for you in order to show you my approach. Please have a look and if you have any other questions, do not hesitate to contact me again.
Helpful reference:
http://ko.infragistics.com/products/aspnet/sample/explorer-bar/templating
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.
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.