Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Toolbar > put an item to the right
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.

Not answered put an item to the right

Feed from this thread
  • Jiří avatar

    Posted on Jun 22, 2009 (permalink)

    I have a RadToolbar with 5 buttons for example, width is 100% and I would like to put the last button to the most right. I haven't found any settings to do this. When I see generated html:
    <tr> 
      <td class="outlook2007_radtoolbar_horizontal"></td> 
      <td class="outlook2007_radtoolbar_horizontal"></td> 
      <td class="outlook2007_radtoolbar_horizontal"></td> 
      <td class="outlook2007_radtoolbar_horizontal"></td> 
      <td class="outlook2007_radtoolbar_horizontal_the_most_right"></td> 
    </tr> 
    I have an idea to set a different class to the td element which works. However when I set a property RadToolbarButton.CssClass I only get:
    <td class="outlook2007_radtoolbar_horizontal">  
      <span class="love"><span> ...  
    </td> 
    which doesn't work of course.

    How can I change a proper class or how can I set the button to the right?

    Thank you

    Jiri Nouza

  • Yana Yana admin's avatar

    Posted on Jun 23, 2009 (permalink)

    Hello Jiří,

    Please send us the definition of RadToolBar and all the styles you apply to it. Thanks

    Greetings,
    Yana
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.

  • Jiří avatar

    Posted on Aug 3, 2009 (permalink)

    We've decided to put this control outside RadToolbar which fits our needs.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Toolbar > put an item to the right