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

clear selection inside RadOutlookBarItem

1 Answer 36 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Ganesh Jagdale
Top achievements
Rank 1
Ganesh Jagdale asked on 26 Jul 2010, 03:10 PM
Hi telerik,
 I have small problem regarding RadPanelBarItem .. 
I have set ItemSource and  RadPanelBarItem.ItemTemplate in following way.

 <telerikNavigation:RadPanelBarItem Height="auto" Width="auto" IsExpanded="True" FlowDirection="LeftToRight" 
                  ItemsSource="{Binding Path=ViewState.Categories, Mode=TwoWay, ElementName=documentCategoryListViewModel}"  Selected="CategoryListItem_Selected" >
                    <telerikNavigation:RadPanelBarItem.ItemTemplate>
                        <DataTemplate>
                        <TextBlock Text="{Binding attributeDescription}" Style="{Binding txbGeneric}" Padding="5,0,5,0"></TextBlock>
                        </DataTemplate>
                    </telerikNavigation:RadPanelBarItem.ItemTemplate>
            </telerikNavigation:RadPanelBarItem>

if I have select item in RadPanelBarItem. that item is hilighted. Now on click of button i want to remove selection means none of item should appear as hilighted..
Is there any simple way to achive this?
Please let me know..


Thanks,
 Ganesh

 

1 Answer, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 28 Jul 2010, 10:19 AM
Hi Ganesh Jagdale,

Could you please review the attached sample project and tell me if it works for you.

On a side note, I'd like to inform you that we've just released an online tool that allows you to reduce the size of your Silverlight applications. For more information, please visit http://blogs.telerik.com/blogs/posts/10-06-10/telerik_assembly_minifier.aspx

Sincerely yours,
Viktor Tsvetkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
PanelBar
Asked by
Ganesh Jagdale
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
Share this question
or