This question is locked. New answers and comments are not allowed.
I have a RadJumpList control on my page in a WP7.x application. The ItemTemplate for this control is set to a complex structure like below:
From what I can tell the RadJumpList.ItemsSource property can only be set to a List<string>. How do I accomplish the task of assigning a value for all the controls in the ItemTemplate while limited to List<string> only? I was hoping to assign a List<MyClass> to the ItemsSource property where 'MyClass' contains elements/properties for all the controls in the ItemTemplate.
<telerikDataControls:RadJumpList.ItemTemplate> <DataTemplate> <Grid> <Image Name="img1" /> <TextBlock Name="tbVal1" /> <TextBlock Name="tbVal2" /> <TextBlock Name="tbVal3" /> </Grid> </DataTemplate></telerikDataControls:RadJumpList.ItemTemplate>From what I can tell the RadJumpList.ItemsSource property can only be set to a List<string>. How do I accomplish the task of assigning a value for all the controls in the ItemTemplate while limited to List<string> only? I was hoping to assign a List<MyClass> to the ItemsSource property where 'MyClass' contains elements/properties for all the controls in the ItemTemplate.
Paras Wadehra
Nokia Developer Ambassador
INETA Community Champion
Twitter: @ParasWadehra
