My Requirement is I want add Image for RadComboBoxItem from static folder. The following was my code.
<telerik:RadComboBox Name="Salutaion" Grid.Column="4" Width="75" Grid.Row="0" HorizontalAlignment="Left"
IsEditable="True" IsReadOnly="True" telerik:StyleManager.Theme="Office_Blue"
ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Clear">
<telerik:RadComboBoxItem Content="Male"/>
<telerik:RadComboBoxItem Content="Female"/>
</telerik:RadComboBox> Thanks and Regards Naresh Mesineni