I want to dynamically create the WebExplorerBar, so that I will only show those items which the user has access to. I am using C#. If this can't be done, could you please suggest another method? Thanks
Greg
Hi there,
I think you can use the Visible property of the groups or items, to hide them when not needed. And then restore those on the client using set_visible(true/false) ;
Let me know if this helps you.
Thanks,
Lubomir
As far as databinding to the source, What is the format of the source? Thanks.