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

RadPanelBar closing on click item

1 Answer 99 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 05 Feb 2009, 10:31 AM
I have a small problem,
I am using the latest release of your Silverlight controls and I am encountering a problem (strange behaviour). With the old version when I select an item from the radpanelbar the panel is not closing but with this version when I click on an item the panelbar is closing. I have the PanelBar inserted in an expander:

   <telerik:RadExpander Margin="5,5,5,5" IsExpanded="True" Grid.Row="0" Grid.Column="0"  x:Name="leftExpander" VerticalAlignment="Stretch" ExpandDirection="Right" HorizontalAlignment="Center">
                <telerikNavigation:RadPanelBar HorizontalAlignment="Left" Margin="0,0,0,0"  Width="Auto" MinWidth="200" Height="Auto" x:Name="menuBar"/>
            </telerik:RadExpander>


     Also another thing that I saw (and I have it with all the versions till now) is that if I set the width of the RadPanelBar to Auto then the arrows on the right will be over the text (it is like it is not calculating the right width) 

Regards,
Dan

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 06 Feb 2009, 03:13 PM
Hi Dan,

I could not  reproduce the closing issue. Could you please attach a sample project,  which replicate sthe problem. You can attach the project to the support ticket you opened.
We are aware of the   "Width = Auto "     problem and it will be fixed in the future releases. For now you can resolve the problem by setting exact Width value.
Thank you for your time and your reports. I have updated your Telerik points.

Kind regards,
Boyan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
Dan
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or