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

RadCarouselPanel SelectedItem

0 Answers 90 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Beatriz
Top achievements
Rank 1
Beatriz asked on 25 Jun 2012, 08:23 AM
Hi,
I have a problem with a RadCarouselPanel, my scenario is, that:
<ListView ItemTemplate="{DynamicResource DataTemplateEx}">
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<telerik:RadCarouselpanel >
</telerik:RadCarouselpanel >
</ItemsPanelTemplate>
</ListView.ItemsPanel>
</ListView>

and in the UserControl.Resouces I have defined the DataTempate like that
<DataTemplate>
<Border>
<Grid>
</Grid>
</Border>
</DataTemplate>

And when I selected a item, the background sometimes is grey and sometimes is blue, and I can't change the color.

Anyone Can help me?

Thanks very much.



No answers yet. Maybe you can help?

Tags
Carousel
Asked by
Beatriz
Top achievements
Rank 1
Share this question
or