This is a migrated thread and some comments may be shown as answers.

Toolbar and Themes

1 Answer 91 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 19 Aug 2009, 01:54 PM
Hi,
    I seem to have an issue applying themes to the toolbar. When ever I apply the vista theme to it the buttons within the toolbar show up as normal 3D buttons and do not adopt the theme of the toolbar.
    <telerikNavigation:RadToolBar x:Name="MainToolbar" HorizontalAlignment="Left" VerticalAlignment="Top" Grid.Row="1" telerik:StyleManager.Theme="Vista" > 
        <Button Content="Button" /> 
              <Button Tag="New Item">  
                    <Image Width="16" Height="16" Source="/Images/add2.png" 
                            ToolTipService.ToolTip="Add New Item" /> 
                </Button> 
                  <telerikNavigation:RadToolBarSeparator /> 
                        <Button  Tag="Delete Item" > 
                    <Image Width="16" Height="16" Source="/Images/delete2.png" 
                            ToolTipService.ToolTip="Delete Item" /> 
                </Button> 
        </telerikNavigation:RadToolBar 
If I delete the telerik:StyleManager.Theme="Vista" then the buttons also stay in this state unless I remove and re-add them.

Am I doing something wrong?

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 19 Aug 2009, 02:59 PM
Hello Paul,

Thank you for your feedback. What you encountered is a known issue which is included in our bug tracking system and will be resolved as soon as possible.
You can find a workaround for this problem in the attached file.

I added 1000 Telerik points to your account.

Greetings,
Dimitrina
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.
Tags
ToolBar
Asked by
Paul
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or