Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
How can I dynamically create the WebExplorerBar and its elements?
posted

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

 

  • 3726
    posted

    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

  • 80
    posted

    As far as databinding to the source,  What is the format of the source?    Thanks.

     

    Greg