Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > enable/disable tab for ASP.NET roles
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

enable/disable tab for ASP.NET roles

Feed from this thread
  • Joel Reinford avatar

    Posted on Jan 26, 2006 (permalink)

    Is there a way to enable/disable the tabs based on ASP.NET 2.0 roles? I also have this same question for other RAD controls such as the PanelBar so I'd like to know if there is a common answer or if each control would need a different solution.

    If this is not possible, then I'd really like to see this as a product feature for all of the controls.

    Joel Reinford
    Data Management Solutions LLC

  • Paul Paul admin's avatar

    Posted on Jan 26, 2006 (permalink)

    Hello Joel,

    I suggest you take a look at our online Quick Start Framework examples, and especially at these ones:

    r.a.d.panelbar Client-Side API
    r.a.d.tabstrip Client-Side API
    r.a.d.menu Client-Side API

    Do not hesitate to contact me if you have other questions and/or problems.

    Greetings,
    Paul
    the telerik team

  • Joel Reinford avatar

    Posted on Jan 26, 2006 (permalink)

    Paul:

    I looked at the examples before I posted and again after your reply. They do not address my question.

    Perhaps I didn't state my question clearly enough. I'm looking for a way to enable/disable or show/hide the various tabs/panels/menu items based on role membership. ASP.NET 2.0 can do this for page content using the LoginView control.

    It doesn't appear that this can be done at present without a bunch of custom programming. Consider this a request for an additional property in those controls. The property would be a counterpart to the LoginView roleGroup. <asp:RoleGroup Roles="Managers,Accounting">

    For example:
    <radTS:Tab runat="server" Text="Reports" Roles="Managers,Accounting">
    Or
    <radP:PanelItem ID="pnlAdmin" Text="Admin" Roles="SysAdmins, Developers">

    Joel Reinford
    Data Management Solutions LLC

  • Paul Paul admin's avatar

    Posted on Jan 27, 2006 (permalink)


    Hi Joel,

    Thanks for the feedback. I have escalated your request to our dev team and they will discuss on it at the next company meeting.

    Regards,
    Paul
    the telerik team

  • Gary Mazur avatar

    Posted on Apr 4, 2008 (permalink)

    Hi,  Just curious if this functionality has been implemented??  I need it too!

    Thanks,
    Gary

  • Posted on May 6, 2008 (permalink)

    I would also like this functionality. Has there been any progress on this request?

  • Gary Mazur avatar

    Posted on May 6, 2008 (permalink)

    I never did hear anything, but am still very interested in a solution for a pending project.

  • brian avatar

    Posted on Jan 18, 2011 (permalink)

    Any update on this request?  Interested.

  • Simon Simon admin's avatar

    Posted on Jan 25, 2011 (permalink)

    Hi brian,

    There has not been any development in this direction. The feature has been for most of the time on hold in favor of more requested ones. Anyway, we will conduct another research to see whether and how this feature could fit in our current plans and will consider adding it in future versions.

    Regards,
    Simon
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > enable/disable tab for ASP.NET roles