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

Redering Artifact

1 Answer 70 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
MiddleTommy
Top achievements
Rank 1
MiddleTommy asked on 11 Nov 2009, 09:02 PM
There is a rendering artifact when you place a menu inside a toolbar like so
<t:RadToolBar DockPanel.Dock="Top" Height="25"
            <TextBlock Text="Select Job:" Margin="2,2,5,0"/> 
 
            <t:RadComboBox x:Name="cmbJobs" Width="200" IsTabStop="False" IsEditable="True" StaysOpenOnEdit="True" /> 
            <t:RadMenu Background="Transparent"
                <t:RadMenuItem Header="Filter"
                    <t:RadMenuItem Header="Show All Jobs" Checked="MenuItem_Checked_All" Name="mnuShowAllJobs" IsCheckable="True"/> 
                    <t:RadMenuItem Header="Show Unfinished" Checked="MenuItem_Checked_Unfinished" Name="mnuShowUnfinishedJobs" IsCheckable="True"/> 
                </t:RadMenuItem> 
            </t:RadMenu> 
        </t:RadToolBar> 

Look above the Filter MenuItem above the attached picture

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 11 Nov 2009, 10:34 PM
Hi Tommy Tucker,

Thank you for reporting the issue.
Your Telerik Points were updated.

Meantime you can avoid the annoying artifact via editing the MenuItem Style.

Once again thank you for reporting the issue.

Regards,
Ivan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolBar
Asked by
MiddleTommy
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or