I am writing this lines of code
<telerik:RadComboBox Height="28" Margin="0,112.051,12,0" Grid.Row="1" VerticalAlignment="Top">
<telerik:RadComboBox.SelectionBoxTemplate>
<DataTemplate>
<TextBlock Text="{Binding}" Foreground="Red"/>
</DataTemplate>
</telerik:RadComboBox.SelectionBoxTemplate>
<telerik:RadComboBoxItem Content="Item 1"/>
<telerik:RadComboBoxItem Content="Item 2"/>
<telerik:RadComboBoxItem Content="Item 3"/>
</telerik:RadComboBox>
But this is not working. Please tell me what i am doing worng ?
Thank you.
<telerik:RadComboBox Height="28" Margin="0,112.051,12,0" Grid.Row="1" VerticalAlignment="Top">
<telerik:RadComboBox.SelectionBoxTemplate>
<DataTemplate>
<TextBlock Text="{Binding}" Foreground="Red"/>
</DataTemplate>
</telerik:RadComboBox.SelectionBoxTemplate>
<telerik:RadComboBoxItem Content="Item 1"/>
<telerik:RadComboBoxItem Content="Item 2"/>
<telerik:RadComboBoxItem Content="Item 3"/>
</telerik:RadComboBox>
But this is not working. Please tell me what i am doing worng ?
Thank you.