Hi,
I have a problem with a RadCarouselPanel, my scenario is, that:
and in the UserControl.Resouces I have defined the DataTempate like that
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.