Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > maintain toggled state

Not answered maintain toggled state

Feed from this thread
  • Sigma Intermediate avatar

    Posted on Jul 1, 2012 (permalink)

    Hi

    How to always have one button toggled in a toggle buttons groupof RadToolBar??

    Reply

  • Kate Kate admin's avatar

    Posted on Jul 4, 2012 (permalink)

    Hi Sigma,

    You can easily achieve that by using the OuterCssClass property of the RadToolBarButton in the following way:
    ....
     <telerik:RadToolBarButton Text="button1" OuterCssClass="rtbChecked">
                </telerik:RadToolBarButton>
    ...

    Greetings,
    Kate
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.

    Reply

Back to Top

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

[   ASP.NET ToolBar Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]