Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Hidden attribute

Answered Hidden attribute

Feed from this thread
  • FierceMuppet avatar

    Posted on Aug 7, 2008 (permalink)

    I am just not upgrading the the new versions of the controls and I notice that the Hidden attibute is not avaialble for the radToolbarButton object. I would like to hide and show buttons from the server side. I have code on the client to show and hide buttons based on the user's actions, but I would like to have this done on the server as well.

    Reply

  • Answer Erjan Gavalji Erjan Gavalji admin's avatar

    Posted on Aug 7, 2008 (permalink)

    Hi FierceMuppet,

    If you plan to show items that are hidden on the server via client-side code, then you should just use RadToolBarButton1.Style[HtmlTextWriterStyle.Display] = "none";

    Please, find attached a small sample page, demonstrating that.

    Let me know if that helps.

    Kind regards,
    Erjan Gavalji
    the Telerik team

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

    Reply

  • FierceMuppet avatar

    Posted on Aug 7, 2008 (permalink)

    That did the job!!

    Thanks!

    Reply

  • Q1 Webinar Week

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Hidden attribute
Related resources for "Hidden attribute"

[   ASP.NET ToolBar Features  |  Documentation  |  Demos  |  Telerik TV   |   Self-Paced Trainer   |  Step-by-step Tutorial  ]